File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,17 @@ module.exports = {
34
34
UNVERIFIED : process . env . USER_UNVERIFIED_STATE || 'UNVERIFIED'
35
35
} ,
36
36
37
+ auth0 : {
38
+ AUTH0_URL : process . env . AUTH0_URL ,
39
+ AUTH0_AUDIENCE : process . env . AUTH0_AUDIENCE ,
40
+ AUTH0_CLIENT_ID : process . env . AUTH0_CLIENT_ID ,
41
+ AUTH0_CLIENT_SECRET : process . env . AUTH0_CLIENT_SECRET ,
42
+ AUTH0_PROXY_SERVER_URL : process . env . AUTH0_PROXY_SERVER_URL ,
43
+ TOKEN_CACHE_TIME : process . env . TOKEN_CACHE_TIME
44
+ } ,
45
+
37
46
MEMBERS_API_URL : process . env . MEMBERS_API_URL || 'https://api.topcoder-dev.com/v5/members' ,
38
47
39
48
// List of registration sources that can skip the onboarding wizard
40
- SKIP_ONBOARDING_REG_SOURCES : process . env . SKIP_ONBOARDING_REG_SOURCES || [ 'taasApp' ]
49
+ SKIP_ONBOARDING_REG_SOURCES : process . env . SKIP_ONBOARDING_REG_SOURCES || [ 'taasApp' , 'gigs' ]
41
50
}
You can’t perform that action at this time.
0 commit comments