File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ module.exports = {
48
48
authRedirection : "/goto" ,
49
49
} ,
50
50
goalAPI : {
51
- baseUrl : "https://goal-api.realdevsquad.com" ,
52
- secretKey : "<goalSecretKey>" ,
51
+ baseUrl : "https://goals-api.realdevsquad.com" ,
53
52
cookieName : `goals-session-${ NODE_ENV } ` ,
54
53
} ,
55
54
} ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ module.exports = {
24
24
} ,
25
25
26
26
goalAPI : {
27
- baseUrl : "https://backend -goals-production.up.railway.app " ,
27
+ baseUrl : "https://staging -goals-api.realdevsquad.com " ,
28
28
secretKey : "123456789" ,
29
29
} ,
30
30
} ,
Original file line number Diff line number Diff line change @@ -9,4 +9,10 @@ module.exports = {
9
9
userToken : {
10
10
cookieName : "rds-session" ,
11
11
} ,
12
+
13
+ services : {
14
+ goalAPI : {
15
+ baseUrl : "https://goals-api.realdevsquad.com" ,
16
+ } ,
17
+ } ,
12
18
} ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module.exports = {
18
18
baseUrl : "https://staging-api.realdevsquad.com" ,
19
19
} ,
20
20
goalAPI : {
21
- baseUrl : "https://backend -goals-production.up.railway.app " ,
21
+ baseUrl : "https://staging -goals-api.realdevsquad.com " ,
22
22
secretKey : "123456789" ,
23
23
} ,
24
24
} ,
You can’t perform that action at this time.
0 commit comments