File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,11 @@ module.exports = {
45
45
} ,
46
46
} ,
47
47
48
+ goalAPI : {
49
+ baseUrl : "GOALS_BASE_URL" ,
50
+ secretKey : "GOALS_SECRET_KEY" ,
51
+ } ,
52
+
48
53
discordBot : {
49
54
baseUrl : "DISCORD_BASE_URL" ,
50
55
} ,
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ module.exports = {
48
48
authRedirection : "/goto" ,
49
49
} ,
50
50
goalAPI : {
51
- baseUrl : "" ,
52
- secretKey : "" ,
53
- cookieName : "" ,
51
+ baseUrl : "https://goal-api.realdevsquad.com " ,
52
+ secretKey : "<goalSecretKey> " ,
53
+ cookieName : `goals-session- ${ NODE_ENV } ` ,
54
54
} ,
55
55
} ,
56
56
discordBot : {
Original file line number Diff line number Diff line change @@ -24,9 +24,8 @@ module.exports = {
24
24
} ,
25
25
26
26
goalAPI : {
27
- baseUrl : "" ,
28
- secretKey : "" ,
29
- cookieName : "" ,
27
+ baseUrl : "https://backend-goals-production.up.railway.app" ,
28
+ secretKey : "123456789" ,
30
29
} ,
31
30
} ,
32
31
Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ module.exports = {
18
18
baseUrl : "https://staging-api.realdevsquad.com" ,
19
19
} ,
20
20
goalAPI : {
21
- baseUrl : "" ,
22
- secretKey : "" ,
23
- cookieName : "" ,
21
+ baseUrl : "https://backend-goals-production.up.railway.app" ,
22
+ secretKey : "123456789" ,
24
23
} ,
25
24
} ,
26
25
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ module.exports = {
36
36
baseUrl : "DISCORD_BASE_URL" ,
37
37
} ,
38
38
goalAPI : {
39
- baseUrl : "https://goals-api.realdevsquad.com " ,
40
- secretKey : "123456789 " ,
41
- cookieName : "goals_session" ,
39
+ baseUrl : "<goalBaseUrl> " ,
40
+ secretKey : "<goalSecretKey> " ,
41
+ cookieName : `goals-session-test` ,
42
42
} ,
43
43
} ,
44
44
You can’t perform that action at this time.
0 commit comments