1
0
mirror of https://github.com/franjsco/trackmyd-api synced 2025-02-16 19:30:37 +01:00

add config.json

This commit is contained in:
Francesco Esposito 2019-02-19 18:56:12 +01:00
parent 5713ccd4f8
commit b0232abd63

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