Configuration Using Environment Variables
Some configuration file parameters can be changed without direct editing of the /core/app_config.json
file. You can do it using the environment variables.
WA_ARCHITECTURE
– redefines thearchitecture
parameterWA_API_URL
– redefines theapi_url
parameter
Here's an example of using environment variables for the dockered Web SDK in the Lite mode:
Last updated