File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "authSecret" : " secret" ,
3+ "authDomain" : " topcoder-dev.com" ,
34 "logLevel" : " info" ,
45 "version" : " v4" ,
56 "captureLogs" : " false" ,
Original file line number Diff line number Diff line change 11{
2+ "authDomain" : " topcoder-dev.com" ,
23 "pubsubQueueName" : " dev.project.service" ,
34 "pubsubExchangeName" : " dev.projects" ,
45 "attachmentsS3Bucket" : " topcoder-dev-media"
Original file line number Diff line number Diff line change 1+ {
2+ "authDomain" : " topcoder.com"
3+ }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ if (process.env.NODE_ENV === 'test') {
66} else {
77 config = {
88 authSecret : 'secret' ,
9+ authDomain : 'topcoder-dev.com' ,
910 logLevel : 'debug' ,
1011 captureLogs : 'false' ,
1112 logentriesToken : '' ,
Original file line number Diff line number Diff line change 5151 "pg" : " ^4.5.5" ,
5252 "pg-native" : " ^1.10.0" ,
5353 "sequelize" : " ^3.23.0" ,
54- "tc-core-library-js" : " ^1.0.8 " ,
54+ "tc-core-library-js" : " ^1.0.9 " ,
5555 "urlencode" : " ^1.1.0"
5656 },
5757 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments