Docker: Add dbSettings.collection
and .url
settings
These are used by the `mongodb` driver.
This commit is contained in:
parent
c3af70e5a5
commit
1db509ba23
1 changed files with 3 additions and 1 deletions
|
@ -213,7 +213,9 @@
|
|||
"user": "${DB_USER:undefined}",
|
||||
"password": "${DB_PASS:undefined}",
|
||||
"charset": "${DB_CHARSET:undefined}",
|
||||
"filename": "${DB_FILENAME:var/dirty.db}"
|
||||
"filename": "${DB_FILENAME:var/dirty.db}",
|
||||
"collection": "${DB_COLLECTION:undefined}",
|
||||
"url": "${DB_URL:undefined}"
|
||||
},
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue