Configuration file
The file config.toml
is the central configuration file of a PureLife Cloud instance. Here system parameters can or must be adjusted and publishers set.
After changing the configuration, the PureLife Cloud instance must be restarted.
Location
The config.toml
file is present in the config folder depending on the installation type.
Installation |
Directory |
---|---|
Docker |
volumes/purelife-cloud/config |
Server |
installation path/config |
Structure
The config.toml
file is divided into several sections and grouped by topic.
These sections are current:
- [Service]
- [HTTP]
- [Session]
- [SQL]
- [Log]
- [Password]
- [Publisher]
- [System_SMTP]
- [Mattermost_Webhook]
- [MQTT]
- [MQTT_Auth]
- [Push_Notifications]
In the file itself there is a short description for each parameter. If you have any questions or are unclear, please contact the PureSec colleagues.
Previous
nginx SetupNext
Firmware Updates