Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ba54c66

Browse files
author
Parth Shah
committed
fixing config files
1 parent b7a6819 commit ba54c66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"PROJECTS_EXCHANGE_NAME": "dev.projects",
66
"CONNECT_NOTIFICATIONS_QUEUE_NAME": "dev.connect-notifications",
77
"NOTIFICATIONS_EXCHANGE_NAME": "dev.notifications",
8-
"DELAYED_NOTIFICATIONS_EXCHANGE_NAME": "dev.connect-notifications-reminders",
8+
"DELAYED_NOTIFICATIONS_EXCHANGE_NAME": "dev.connect-notifications-reminders"
99
},
1010

1111
"API_BASE_URL": "https://api.topcoder-dev.com"

config/production.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"PROJECTS_EXCHANGE_NAME": "projects",
66
"CONNECT_NOTIFICATIONS_QUEUE_NAME": "connect-notifications",
77
"NOTIFICATIONS_EXCHANGE_NAME": "notifications",
8-
"DELAYED_NOTIFICATIONS_EXCHANGE_NAME": "connect-notifications-reminders",
8+
"DELAYED_NOTIFICATIONS_EXCHANGE_NAME": "connect-notifications-reminders"
99
},
1010
"SLACK_CHANNEL_MANAGERS": "#connect",
1111
"SLACK_CHANNEL_COPILOTS": "#connect-copilots",
1212

13-
"API_BASE_URL": "https://api.topcoder-dev.com",
13+
"API_BASE_URL": "https://api.topcoder-dev.com"
1414
}

0 commit comments

Comments
 (0)