From afa070151c47f9c1dfa636857dace246536843f6 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Tue, 19 Feb 2019 14:09:48 +0100 Subject: [PATCH] add config.json --- config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..1d58833 --- /dev/null +++ b/config.json @@ -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" + } + } +} \ No newline at end of file