trackmyd-bot/config.json

16 lines
333 B
JSON

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