mirror of
https://github.com/franjsco/trackmyd-bot
synced 2025-06-05 22:19:29 +02:00
add config.json
This commit is contained in:
16
config.json
Normal file
16
config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "trackmyd-bot",
|
||||
"tokenTelegramBot": "--token--",
|
||||
"authorizedUsers": [
|
||||
123456
|
||||
]
|
||||
},
|
||||
"api": {
|
||||
"baseURL": "http://localhost:3500/api",
|
||||
"headers": {
|
||||
"secret": "mysecret",
|
||||
"Content-Type": "application/json"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user