1
0
mirror of https://github.com/franjsco/trackmyd-api synced 2025-02-16 19:30:37 +01:00
trackmyd-api/config.json
Francesco Esposito c1c8da512b add authentication
2019-02-20 12:48:32 +01:00

25 lines
404 B
JSON

{
"app": {
"name": "trackmyd-api",
"auth": {
"users": {
"client1": "client1",
"client2": "client2"
}
},
"port": 3500
},
"db": {
"prefix": "mongodb://",
"host": "host:49754",
"user": "user",
"password": "passwd",
"database": "db"
},
"logger": {
"infoLogging": {
"filename": "server.log",
"level": "info"
}
}
}