1
0
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:
Francesco Esposito 2019-02-19 14:09:48 +01:00
parent 30af0413af
commit afa070151c

16
config.json Normal file
View 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"
}
}
}