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:
parent
5713ccd4f8
commit
b0232abd63
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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user