mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
docker: in the db documentation, specify that we are not going to include every single variable a driver may want
This commit is contained in:
parent
f08d517625
commit
ca3d095d35
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ The `settings.json.docker` available by default enables some configuration to be
|
||||||
* `DB_CHARSET`: the character set for the tables (only required for MySQL)
|
* `DB_CHARSET`: the character set for the tables (only required for MySQL)
|
||||||
* `DB_FILENAME`: in case `DB_TYPE` is `DirtyDB`, the database filename. Default: `var/dirty.db`
|
* `DB_FILENAME`: in case `DB_TYPE` is `DirtyDB`, the database filename. Default: `var/dirty.db`
|
||||||
|
|
||||||
|
If your database needs additional settings, you will have to use a personalized `settings.json.docker` and rebuild the container (or otherwise put the updated `settings.json` inside your image).
|
||||||
|
|
||||||
|
|
||||||
### Skins
|
### Skins
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue