add config.json

This commit is contained in:
Francesco Esposito 2019-02-19 14:09:48 +01:00
parent 30af0413af
commit afa070151c
1 changed files with 16 additions and 0 deletions

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"
}
}
}