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.