Skip to content

Commit 35734dd

Browse files
author
Sachin Maheshwari
committed
changes in config var name.
1 parent b3af48e commit 35734dd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

config/custom-environment-variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apiVersion": "API_VERSION",
3-
"authSecret": "AUTH_SECRET",
3+
"AUTH_SECRET": "AUTH_SECRET",
44
"logLevel": "LOG_LEVEL",
55
"version": "APP_VERSION",
66
"captureLogs": "CAPTURE_LOGS",
@@ -28,7 +28,7 @@
2828
"minPoolSize": "DB_MIN_POOL_SIZE"
2929
},
3030
"analyticsKey": "SEGMENT_ANALYTICS_KEY",
31-
"validIssuers": "VALID_ISSUERS",
31+
"VALID_ISSUERS": "VALID_ISSUERS",
3232
"jwksUri": "JWKS_URI",
3333
"busApiUrl": "BUS_API_URL",
3434
"busApiToken": "BUS_API_TOKEN"

config/default.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"apiVersion": "v4",
3-
"authSecret": "secret",
4-
"authDomain": "topcoder-dev.com",
3+
"AUTH_SECRET": "secret",
54
"logLevel": "info",
65
"version": "v4",
76
"captureLogs": "false",

0 commit comments

Comments
 (0)