We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f612bfd commit 7ef960bCopy full SHA for 7ef960b
connect/config.js
@@ -35,5 +35,5 @@ module.exports = {
35
DEFAULT_REPLY_EMAIL: process.env.DEFAULT_REPLY_EMAIL,
36
37
CONNECT_URL: process.env.CONNECT_URL || 'https://connect.topcoder-dev.com',
38
- "ACCOUNTS_APP_URL": process.env.ACCOUNTS_APP_URL || "https://accounts.topcoder-dev.com",
+ ACCOUNTS_APP_URL: process.env.ACCOUNTS_APP_URL || "https://accounts.topcoder-dev.com",
39
};
0 commit comments