mirror of
https://github.com/franjsco/trackmyd-bot
synced 2025-02-16 19:40:41 +01:00
add config.json
This commit is contained in:
parent
30af0413af
commit
afa070151c
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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user