Docker: Add `dbSettings.collection` and `.url` settings
These are used by the `mongodb` driver.pull/5133/head
parent
c3af70e5a5
commit
1db509ba23
|
@ -213,7 +213,9 @@
|
||||||
"user": "${DB_USER:undefined}",
|
"user": "${DB_USER:undefined}",
|
||||||
"password": "${DB_PASS:undefined}",
|
"password": "${DB_PASS:undefined}",
|
||||||
"charset": "${DB_CHARSET: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 New Issue