Przeglądaj źródła

fix: revisions server url (#469)

mousta0x 2 lat temu
rodzic
commit
b12ba98a5c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docker/docker-entrypoint.sh

+ 1 - 1
docker/docker-entrypoint.sh

@@ -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_SYNCING_SERVER_JS_URL=http://localhost:$SYNCING_SERVER_PORT
 export API_GATEWAY_AUTH_SERVER_URL=http://localhost:$AUTH_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
 if [ -z "$PUBLIC_FILES_SERVER_URL" ]; then
   export PUBLIC_FILES_SERVER_URL=http://localhost:3125
   export PUBLIC_FILES_SERVER_URL=http://localhost:3125
 fi
 fi