diff options
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.rs b/src/config.rs index 8288d4e..43059f9 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,5 +1,5 @@ -//! Validated JSON configuration, file-compatible with the TypeScript -//! implementation (`/etc/mattertimectl/config.json`, camelCase keys). +//! Validated JSON configuration (`/etc/mattertimectl/config.json`, camelCase +//! keys). //! //! Unknown fields are rejected loudly via serde's `deny_unknown_fields`; //! device membership deliberately lives in controller storage, not here. |
