Frontend
For some functionalities the controller may require information on the primary
frontend that is used. The link in invite emails uses the base_url for example.
Configuration
The section in the configuration file is called frontend.
| Field | Type | Required | Default value | Description |
|---|---|---|---|---|
base_url | string | yes | - | The base URL of the frontend |
Example configuration
[frontend]
base_url = "https://example.com"