mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
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}",
|
"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…
Add table
Add a link
Reference in a new issue