gitignore

cleanup

ignore nodemodules

gitignore and example config
This commit is contained in:
Myk
2025-07-31 23:47:56 +03:00
parent 2186b278a0
commit ff6296fd4c
5147 changed files with 16 additions and 534626 deletions

13
config.json.exmaple Normal file
View File

@@ -0,0 +1,13 @@
{
"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"
}
}