add config.json
This commit is contained in:
parent
30af0413af
commit
afa070151c
|
@ -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…
Reference in New Issue