1
0
mirror of https://github.com/franjsco/trackmyd-bot synced 2025-02-21 14:00:54 +01:00
trackmyd-bot/config.json
Francesco Esposito 73310a077f edit config.json
2019-02-19 14:12:03 +01:00

22 lines
458 B
JSON

{
"app": {
"name": "trackmyd-bot",
"tokenTelegramBot": "--token--",
"authorizedUsers": [
123456
]
},
"api": {
"baseURL": "http://localhost:3500/api",
"headers": {
"secret": "mysecret",
"Content-Type": "application/json"
}
},
"logger": {
"errorLogging": {
"filename": "error.log",
"level": "error"
}
}
}