trackmyd-bot/config.json

22 lines
458 B
JSON
Raw Normal View History

2019-02-19 14:09:48 +01:00
{
"app": {
"name": "trackmyd-bot",
"tokenTelegramBot": "--token--",
"authorizedUsers": [
123456
]
},
"api": {
"baseURL": "http://localhost:3500/api",
"headers": {
"secret": "mysecret",
"Content-Type": "application/json"
}
2019-02-19 14:12:03 +01:00
},
"logger": {
"errorLogging": {
"filename": "error.log",
"level": "error"
}
2019-02-19 14:09:48 +01:00
}
}