5 lines
275 B
Text
5 lines
275 B
Text
|
|
// Rendered at container start by /docker-entrypoint.d/30-fleetnow-env.sh
|
||
|
|
// (envsubst replaces ${API_BASE} with the API_BASE env var). If API_BASE is
|
||
|
|
// unset, this becomes an empty string and index.html falls back to the prod API.
|
||
|
|
window.FLEETNOW_API_BASE = "${API_BASE}";
|