Clarify config name and possible locations

master
Arsen6331 7 months ago
parent 5dbd1e212b
commit 2ddd381f78

@ -1,6 +1,6 @@
# Configuration
The configuration file for unify shall be a TOML file.
The configuration file for unify shall be a TOML file called `unify.toml`.
There shall be an `mqtt` section that contains details required to connect and interact with the mqtt server.
@ -8,7 +8,7 @@ Services may define their own sections in the within the `services` section
Individual implementations may define sections within the `impl` section.
This config shall be stored in `/etc` or the user's configuration directory. If both are present, the user's configuration shall take precedence.
This config must be stored in `/etc`. There may also be a config in the user's configuration directory. If both are present, the user's configuration shall take precedence.
Here is an example config:

Loading…