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