Skip to content

Commit 1bccaa1

Browse files
committed
phase members
1 parent f8d45c5 commit 1bccaa1

20 files changed

+1805
-668
lines changed

config/default.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"metadataDocType": "doc",
2828
"metadataDocDefaultId": 1
2929
},
30-
"connectProjectUrl":"",
30+
"connectProjectUrl": "",
3131
"dbConfig": {
32-
"masterUrl": "",
32+
"masterUrl": "postgres://coder:mysecretpassword@localhost:5432/projectsdb",
3333
"maxPoolSize": 50,
3434
"minPoolSize": 4,
3535
"idleTimeout": 1000
@@ -48,11 +48,11 @@
4848
"maxPhaseProductCount": 1,
4949
"TOKEN_CACHE_TIME": "86000",
5050
"whitelistedOriginsForUserIdAuth": "[\"https:\/\/topcoder-newauth.auth0.com\/\",\"https:\/\/api.topcoder-dev.com\"]",
51-
"EMAIL_INVITE_FROM_NAME":"Topcoder",
52-
"EMAIL_INVITE_FROM_EMAIL":"noreply@connect.topcoder.com",
51+
"EMAIL_INVITE_FROM_NAME": "Topcoder",
52+
"EMAIL_INVITE_FROM_EMAIL": "noreply@connect.topcoder.com",
5353
"inviteEmailSubject": "You are invited to Topcoder",
5454
"inviteEmailSectionTitle": "Project Invitation",
55-
"connectUrl":"https://connect.topcoder-dev.com",
55+
"connectUrl": "https://connect.topcoder-dev.com",
5656
"accountsAppUrl": "https://accounts.topcoder-dev.com",
5757
"MAX_REVISION_NUMBER": 100,
5858
"UNIQUE_GMAIL_VALIDATION": false,
@@ -84,4 +84,4 @@
8484
"CLIENT_ID": ""
8585
},
8686
"sfdcBillingAccountNameField": "Billing_Account_Name__c"
87-
}
87+
}

0 commit comments

Comments
 (0)