src.nth.io/

summaryrefslogtreecommitdiff
path: root/examples/config.example.json
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-28 20:13:03 -0500
committerLuke Hoersten <[email protected]>2026-07-28 20:13:03 -0500
commit3a535a57c1b5fa48d5495c31d308b42943f92583 (patch)
treef752c07530fcb10b75de41428b82df34d43e5a87 /examples/config.example.json
parentcf5eabb9647e6d53ec29a3f7de599a38dbfd5490 (diff)
Rename project to mattertimectl; default fabric label to Matter Time Controllerv0.1.0
- Rename crate, binary, and repo from mattertimesync to mattertimectl - Change default fabricLabel to "Matter Time Controller" - Point README at src.nth.io as the main repo, GitHub as the mirror
Diffstat (limited to 'examples/config.example.json')
-rw-r--r--examples/config.example.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/config.example.json b/examples/config.example.json
index 831630c..5409179 100644
--- a/examples/config.example.json
+++ b/examples/config.example.json
@@ -1,6 +1,6 @@
{
- "storagePath": "/var/lib/mattertimesync",
+ "storagePath": "/var/lib/mattertimectl",
"timezone": "America/Chicago",
"logLevel": "info",
- "fabricLabel": "Rust Matter Time Sync"
+ "fabricLabel": "Rust Matter Time Controller"
}