|
@@ -349,7 +349,7 @@ export API_GATEWAY_NEW_RELIC_NO_CONFIG_FILE=true
|
|
|
|
|
|
export API_GATEWAY_SYNCING_SERVER_JS_URL=http://localhost:$SYNCING_SERVER_PORT
|
|
|
export API_GATEWAY_AUTH_SERVER_URL=http://localhost:$AUTH_SERVER_PORT
|
|
|
-export API_GATEWAY_REVISIONS_SERVER_URL=http://localhost:3005
|
|
|
+export API_GATEWAY_REVISIONS_SERVER_URL=http://localhost:$REVISIONS_SERVER_PORT
|
|
|
if [ -z "$PUBLIC_FILES_SERVER_URL" ]; then
|
|
|
export PUBLIC_FILES_SERVER_URL=http://localhost:3125
|
|
|
fi
|