add config.json

This commit is contained in:
Francesco Esposito 2019-02-19 18:56:12 +01:00
parent 5713ccd4f8
commit b0232abd63
1 changed files with 22 additions and 0 deletions

22
config.json Normal file
View File

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