We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb2d1b commit 9ff0aabCopy full SHA for 9ff0aab
config/custom-environment-variables.json
@@ -12,6 +12,7 @@
12
"fileServiceEndpoint": "FILE_SERVICE_ENDPOINT",
13
"identityServiceEndpoint": "IDENTITY_SERVICE_ENDPOINT",
14
"topicServiceEndpoint": "TOPIC_SERVICE_ENDPOINT",
15
+ "memberServiceEndpoint": "MEMBER_SERVICE_ENDPOINT",
16
"systemUserClientId": "SYSTEM_USER_CLIENT_ID",
17
"systemUserClientSecret": "SYSTEM_USER_CLIENT_SECRET",
18
"userServiceUrl": "USER_SERVICE_URL",
config/default.json
@@ -11,6 +11,7 @@
11
"fileServiceEndpoint": "",
"topicServiceEndpoint": "",
"identityServiceEndpoint": "",
+ "memberServiceEndpoint": "",
"directProjectServiceEndpoint": "",
"directProjectServiceTimeout": 5000,
"attachmentsS3Bucket": "topcoder-prod-media",
0 commit comments