feat: complete M7 cutover preparation
This commit is contained in:
@@ -17,6 +17,13 @@ VITE_SCENE_IMAGE_PROXY_BASE_URL="/api/custom-world/scene-image"
|
||||
NODE_SERVER_ADDR=":8081"
|
||||
NODE_SERVER_TARGET="http://127.0.0.1:8081"
|
||||
|
||||
# M7 backend cutover switch for local/gray dev proxy.
|
||||
# Keep `node` by default. Set to `rust` to point Vite dev proxy at the Rust Axum server.
|
||||
GENARRATIVE_BACKEND_STACK="node"
|
||||
RUST_SERVER_TARGET="http://127.0.0.1:3000"
|
||||
# Optional hard override. When set, it wins over GENARRATIVE_BACKEND_STACK/NODE_SERVER_TARGET/RUST_SERVER_TARGET.
|
||||
GENARRATIVE_RUNTIME_SERVER_TARGET=""
|
||||
|
||||
# Local Caddy upstream target used for dist-based testing.
|
||||
CADDY_API_UPSTREAM="http://127.0.0.1:8081"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user