trackmyd-api/config.json

25 lines
404 B
JSON
Raw Permalink Normal View History

2019-02-19 18:56:12 +01:00
{
"app": {
"name": "trackmyd-api",
"auth": {
2019-02-20 12:48:32 +01:00
"users": {
"client1": "client1",
"client2": "client2"
}
2019-02-19 18:56:12 +01:00
},
"port": 3500
},
"db": {
"prefix": "mongodb://",
"host": "host:49754",
"user": "user",
"password": "passwd",
"database": "db"
},
"logger": {
2019-02-20 11:09:57 +01:00
"infoLogging": {
"filename": "server.log",
"level": "info"
2019-02-19 18:56:12 +01:00
}
}
}