Use placeholder repo paths in config example (per SPEC: don't invent real paths)

This commit is contained in:
Keysat
2026-06-14 20:22:15 -05:00
parent 78e0de2e52
commit 326c3d5398
+4 -4
View File
@@ -16,10 +16,10 @@ user = "@matrix-bridge-bot:<your-domain>" # a dedicated bot Matrix account (not
# label — human-readable name, for logs and error messages # label — human-readable name, for logs and error messages
[[room]] [[room]]
room_id = "!exampleRoomId:your-domain" room_id = "!exampleRoomId:your-domain"
repo_dir = "/Users/macpro/Projects/recap" repo_dir = "/Users/macpro/Projects/<your-repo>"
label = "recap" label = "<project-name>"
[[room]] [[room]]
room_id = "!anotherRoomId:your-domain" room_id = "!anotherRoomId:your-domain"
repo_dir = "/Users/macpro/Projects/spark-control" repo_dir = "/Users/macpro/Projects/<another-repo>"
label = "spark-control" label = "<another-project>"