gitignore
cleanup ignore nodemodules gitignore and example config
This commit is contained in:
13
config.json.exmaple
Normal file
13
config.json.exmaple
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user