Hhertz/config.json.exmaple
Myk UT3UMS ff6296fd4c gitignore
cleanup

ignore nodemodules

gitignore and example config
2025-07-31 23:55:44 +03:00

14 lines
312 B
Plaintext

{
"mqtt": {
"url": "mqtt://mq.example.com:1883",
"username": "mqtt_user",
"password": "mqtt_password",
"topic": "topic/#"
},
"matrix": {
"homeserverUrl": "https://example.com",
"accessToken": "%?EfOhbgd7MranRQxkqNwuH%ehMuGmS2",
"roomId": "!CPrMfSUDvFnMJit43l:example.com"
}
}