Skip to content

Commit 3829cc8

Browse files
committed
Merge branch 'dev'
2 parents 1d8c4ae + 1bbc4fd commit 3829cc8

File tree

8 files changed

+7950
-5
lines changed

8 files changed

+7950
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ jspm_packages
4444
!.elasticbeanstalk/*.cfg.yml
4545
!.elasticbeanstalk/*.global.yml
4646
.DS_Store
47+
.idea

config/custom-environment-variables.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"authSecret": "AUTH_SECRET",
33
"logLevel": "LOG_LEVEL",
4-
"authDomain": "AUTH_DOMAIN",
54
"version": "APP_VERSION",
65
"captureLogs": "CAPTURE_LOGS",
76
"logentriesToken": "LOGENTRIES_TOKEN",
@@ -35,5 +34,7 @@
3534
"maxPoolSize": "DB_MAX_POOL_SIZE",
3635
"minPoolSize": "DB_MIN_POOL_SIZE"
3736
},
38-
"analyticsKey": "ANALYTICS_KEY"
37+
"analyticsKey": "ANALYTICS_KEY",
38+
"validIssuers": "VALID_ISSUERS",
39+
"jwksUri": "JWKS_URI"
3940
}

config/default.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@
4141
"minPoolSize": 4,
4242
"idleTimeout": 1000
4343
},
44-
"analyticsKey": ""
44+
"analyticsKey": "",
45+
"validIssuers": "[\"https:\/\/topcoder-newauth.auth0.com\/\",\"https:\/\/api.topcoder-dev.com\"]",
46+
"jwksUri": ""
4547
}

0 commit comments

Comments
 (0)