Skip to content

Commit 9ff0aab

Browse files
author
Parth Shah
committed
adding member svc config
1 parent cdb2d1b commit 9ff0aab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/custom-environment-variables.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"fileServiceEndpoint": "FILE_SERVICE_ENDPOINT",
1313
"identityServiceEndpoint": "IDENTITY_SERVICE_ENDPOINT",
1414
"topicServiceEndpoint": "TOPIC_SERVICE_ENDPOINT",
15+
"memberServiceEndpoint": "MEMBER_SERVICE_ENDPOINT",
1516
"systemUserClientId": "SYSTEM_USER_CLIENT_ID",
1617
"systemUserClientSecret": "SYSTEM_USER_CLIENT_SECRET",
1718
"userServiceUrl": "USER_SERVICE_URL",

config/default.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"fileServiceEndpoint": "",
1212
"topicServiceEndpoint": "",
1313
"identityServiceEndpoint": "",
14+
"memberServiceEndpoint": "",
1415
"directProjectServiceEndpoint": "",
1516
"directProjectServiceTimeout": 5000,
1617
"attachmentsS3Bucket": "topcoder-prod-media",

0 commit comments

Comments
 (0)