mirror of
https://github.com/franjsco/trackmyd-bot
synced 2025-02-21 14:00:54 +01:00
22 lines
458 B
JSON
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"
|
|
}
|
|
}
|
|
} |