Skip to content

Commit 2a21f0b

Browse files
committed
PM-973 - fix wm url
1 parent ef41df6 commit 2a21f0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"pubsubQueueName": "dev.project.service",
33
"pubsubExchangeName": "dev.projects",
44
"attachmentsS3Bucket": "topcoder-dev-media",
5-
"workManagerUrl": "https://challenges.topcoder-dev.com/",
5+
"workManagerUrl": "https://challenges.topcoder-dev.com",
66
"fileServiceEndpoint": "https://api.topcoder-dev.com/v5/files",
77
"memberServiceEndpoint": "https://api.topcoder-dev.com/v5/members",
88
"identityServiceEndpoint": "https://api.topcoder-dev.com/v3/",

config/production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"authDomain": "topcoder.com",
3-
"workManagerUrl": "https://challenges.topcoder.com/",
3+
"workManagerUrl": "https://challenges.topcoder.com",
44
"sfdcBillingAccountNameField": "Billing_Account_name__c",
55
"sfdcBillingAccountMarkupField": "Mark_up__c",
66
"sfdcBillingAccountActiveField": "Active__c"

0 commit comments

Comments
 (0)