This repository was archived by the owner on Mar 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ const targetPath = './ui/src/config/config.js';
4
4
5
5
const envConfigFile = `
6
6
const config = {
7
- API_URL: ${ process . env . API_URL } || 'http://localhost:3000/api/v1',
8
- WS_URL: ${ process . env . WS_URL } || 'ws://localhost:3000',
7
+ API_URL: ' ${ process . env . API_URL || 'http://localhost:3000' } /api/v1',
8
+ WS_URL: ' ${ process . env . WS_URL || 'ws://localhost:3000' } ',
9
9
DEFAULT_MESSAGE_COUNT: ${ process . env . DEFAULT_MESSAGE_COUNT } || 20,
10
- TC_AUTH_URL: ${ process . env . TC_AUTH_URL } || 'https://accounts.topcoder-dev.com',
11
- ACCOUNTS_APP_CONNECTOR: ${ process . env . ACCOUNTS_APP_CONNECTOR } || 'https://accounts.topcoder-dev.com/connector.html',
12
- APP_URL: ${ process . env . APP_URL } || 'http://localhost:3000',
10
+ TC_AUTH_URL: ' ${ process . env . TC_AUTH_URL || 'https://accounts.topcoder-dev.com' } ',
11
+ ACCOUNTS_APP_CONNECTOR: ' ${ process . env . ACCOUNTS_APP_CONNECTOR || 'https://accounts.topcoder-dev.com/connector.html' } ',
12
+ APP_URL: ' ${ process . env . APP_URL || 'http://localhost:3000' } ',
13
13
};
14
14
15
15
export default config;
You can’t perform that action at this time.
0 commit comments