There was an error while loading. Please reload this page.
2 parents 8efba5a + cd504d1 commit bd0c727Copy full SHA for bd0c727
1 file changed
src/common/import/publish-queue.ts
@@ -49,7 +49,7 @@ export class PublishQueue {
49
if (credentials.clientId && credentials.clientSecret) {
50
this.auth = new Oauth2AuthHeaderProvider(
51
{ client_id: credentials.clientId, client_secret: credentials.clientSecret },
52
- { authUrl: process.env.AUTH_URL },
+ { authUrl: process.env.AUTH_URL || 'https://auth.amplience.net' },
53
http
54
);
55
} else if (credentials.patToken) {
0 commit comments