Docker: Add `dbSettings.collection` and `.url` settings

These are used by the `mongodb` driver.
This commit is contained in:
Richard Hansen 2021-07-29 04:05:34 -04:00
parent c3af70e5a5
commit 1db509ba23
1 changed files with 3 additions and 1 deletions

View File

@ -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}"
},
/*