trackmyd-bot/config.json

25 lines
539 B
JSON
Raw Normal View History

2019-02-19 14:09:48 +01:00
{
"app": {
"name": "trackmyd-bot",
2019-02-19 14:19:55 +01:00
"tokenBot": "--token--",
2019-02-19 14:09:48 +01:00
"authorizedUsers": [
123456
]
},
"api": {
"baseURL": "http://localhost:3500/api",
"headers": {
2019-02-20 15:51:31 +01:00
"Authorization": "Basic Y2xpZW50MjpjbGllbnQy",
2019-02-19 14:09:48 +01:00
"Content-Type": "application/json"
2019-02-20 15:51:31 +01:00
},
"paths": {
"devices": "/devices/"
2019-02-19 14:09:48 +01:00
}
2019-02-19 14:12:03 +01:00
},
"logger": {
2019-02-22 11:36:48 +01:00
"infoLogging": {
"filename": "server.log",
"level": "info"
2019-02-19 14:12:03 +01:00
}
2019-02-19 14:09:48 +01:00
}
}