trackmyd-bot/config.json

16 lines
333 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"
}
}
}