Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -40,6 +40,7 @@ window.APP_CONFIG = { | @@ -40,6 +40,7 @@ window.APP_CONFIG = { | ||
| 40 | LIKES_FOR_REWARD: ${LIKES_FOR_REWARD:-5} | 40 | LIKES_FOR_REWARD: ${LIKES_FOR_REWARD:-5} |
| 41 | }; | 41 | }; |
| 42 | EOF | 42 | EOF |
| 43 | +cp "$CONFIG_JS_FILE" "$FRONTEND_DIR/dist/config.js" 2>/dev/null || true | ||
| 43 | export TURBO_DIFFUSION_LOCAL_URL="http://127.0.0.1:$LOCAL_TURBO_PORT" | 44 | export TURBO_DIFFUSION_LOCAL_URL="http://127.0.0.1:$LOCAL_TURBO_PORT" |
| 44 | export VITE_API_BASE_URL="http://$PUBLIC_IP:$PUBLIC_BACKEND_PORT" | 45 | export VITE_API_BASE_URL="http://$PUBLIC_IP:$PUBLIC_BACKEND_PORT" |
| 45 | export WHITELIST_PATH="$BASE_DIR/backend/whitelist.txt" | 46 | export WHITELIST_PATH="$BASE_DIR/backend/whitelist.txt" |
-
Please register or login to post a comment