forked from topcoder-platform/admin-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
42 lines (42 loc) · 1.46 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"local": {
"API_URL" : "https://127.0.0.1:8443",
"ADMIN_TOOL_URL" : "http://localhost:8080/api/v2",
"API_VERSION_PATH" : "v3",
"COOKIES_SECURE": false,
"AUTH_URL": "https://accounts.topcoder-dev.com/member",
"ACCOUNTS_CONNECTOR_URL": "https://accounts.topcoder-dev.com/connector.html",
"JWT_V3_NAME": "v3jwt",
"JWT_V2_NAME": "tcjwt"
},
"dev": {
"API_URL" : "https://api.topcoder-dev.com",
"ADMIN_TOOL_URL" : "https://api.topcoder-dev.com/v2",
"API_VERSION_PATH" : "v3",
"COOKIES_SECURE": false,
"AUTH_URL": "https://accounts.topcoder-dev.com/member",
"ACCOUNTS_CONNECTOR_URL": "https://accounts.topcoder-dev.com/connector.html",
"JWT_V3_NAME": "v3jwt",
"JWT_V2_NAME": "tcjwt"
},
"qa": {
"API_URL" : "https://api.topcoder-qa.com",
"ADMIN_TOOL_URL" : "https://api.topcoder-qa.com/v2",
"API_VERSION_PATH" : "v3",
"COOKIES_SECURE": false,
"AUTH_URL": "https://accounts.topcoder-qa.com/member",
"ACCOUNTS_CONNECTOR_URL": "https://accounts.topcoder-qa.com/connector.html",
"JWT_V3_NAME": "v3jwt",
"JWT_V2_NAME": "tcjwt"
},
"prod": {
"API_URL" : "https://api.topcoder.com",
"ADMIN_TOOL_URL" : "https://api.topcoder.com/v2",
"API_VERSION_PATH" : "v3",
"COOKIES_SECURE": false,
"AUTH_URL": "https://accounts.topcoder.com/member",
"ACCOUNTS_CONNECTOR_URL": "https://accounts.topcoder.com/connector.html",
"JWT_V3_NAME": "v3jwt",
"JWT_V2_NAME": "tcjwt"
}
}