From b0232abd63bcea1b1661979d5d976d94f624a212 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Tue, 19 Feb 2019 18:56:12 +0100 Subject: [PATCH] add config.json --- config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..1cc1bcd --- /dev/null +++ b/config.json @@ -0,0 +1,22 @@ +{ + "app": { + "name": "trackmyd-api", + "auth": { + "secret": "mysecret" + }, + "port": 3500 + }, + "db": { + "prefix": "mongodb://", + "host": "host:49754", + "user": "user", + "password": "passwd", + "database": "db" + }, + "logger": { + "errorLogging": { + "filename": "error.log", + "level": "error" + } + } +} \ No newline at end of file