File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ npm run lint
2424
2525### Deploy to production
2626
27- This application relies file and ` /usr/share/nginx/html/config.json ` to provide runtime configuration.
27+ This application relies on the ` config.json ` file at ` /usr/share/nginx/html/config.json ` for runtime configuration.
2828
2929The frontend base path is defined at runtime with ` APP_BASE_PATH ` .
3030Set it in the runtime config files to mount the SPA below a subpath such as ` /udash/ ` .
@@ -44,8 +44,8 @@ Set it in the runtime config files to mount the SPA below a subpath such as `/ud
4444
4545The app bootstraps from ` config.json ` before loading the Vue bundle, then exposes the same values on ` window.config ` .
4646
47- For the local development environment, those two files must be located in the directory ` public ` .
48- A gitignore rule ensure those two files are not committed to the git repository.
47+ For the local development environment, the runtime config file must be located at ` public/config.json ` .
48+ A ` . gitignore` rule ensures this file is not committed to the git repository.
4949
5050#### Docker
5151
You can’t perform that action at this time.
0 commit comments