Frontend Settings¶
The frontend application provides a limited set of configurable settings which are primarily used to specify connection details for external services. These settings are specified at runtime using environmental variables in the deployed container. The table below lists available settings along with their default value and intended purpose.
| Setting Name | Default Value | Description |
|---|---|---|
API_URL |
http://localhost:8000 |
The base URL (with protocol) used for all API requests. |
LOG_LEVEL |
debug |
The client console logging level (debug, info, warn, error). |