mirror of
https://github.com/franjsco/trackmyd-api
synced 2025-06-06 00:29:14 +02:00
add config.json
This commit is contained in:
22
config.json
Normal file
22
config.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user