document runtime config

This commit is contained in:
burnettk 2023-02-07 22:27:27 -05:00
parent 9cd234a41a
commit 227f0934c4
1 changed files with 11 additions and 0 deletions

View File

@ -63,6 +63,17 @@ Fix lint in code.
Probably just stick with lint:fix which also runs prettier.
## Runtime configuration options
# The docker image respects the following environment variables.
SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG_APP_ROUTING_STRATEGY=subdomain_based
SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG_APP_ROUTING_STRATEGY=path_based
subdomain_based example: api.spiffworkflow.org goes to backend
path_based example: spiffworkflow.org/api goes to backend
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).