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 b3af48e commit 35734ddCopy full SHA for 35734dd
config/custom-environment-variables.json
@@ -1,6 +1,6 @@
1
{
2
"apiVersion": "API_VERSION",
3
- "authSecret": "AUTH_SECRET",
+ "AUTH_SECRET": "AUTH_SECRET",
4
"logLevel": "LOG_LEVEL",
5
"version": "APP_VERSION",
6
"captureLogs": "CAPTURE_LOGS",
@@ -28,7 +28,7 @@
28
"minPoolSize": "DB_MIN_POOL_SIZE"
29
},
30
"analyticsKey": "SEGMENT_ANALYTICS_KEY",
31
- "validIssuers": "VALID_ISSUERS",
+ "VALID_ISSUERS": "VALID_ISSUERS",
32
"jwksUri": "JWKS_URI",
33
"busApiUrl": "BUS_API_URL",
34
"busApiToken": "BUS_API_TOKEN"
config/default.json
@@ -1,7 +1,6 @@
"apiVersion": "v4",
- "authSecret": "secret",
- "authDomain": "topcoder-dev.com",
+ "AUTH_SECRET": "secret",
"logLevel": "info",
"version": "v4",
7
"captureLogs": "false",
0 commit comments