mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
Settings.js: support newlines in default values when using variable substitution
This allows, among other things, to correctly support the configuration of defaultPadText in Docker via an environment variable.
This commit is contained in:
parent
3872690715
commit
79406051fa
4 changed files with 11 additions and 2 deletions
|
@ -69,6 +69,7 @@ Available options:
|
|||
* `DB_PASS`: the password for the database username
|
||||
* `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`
|
||||
* `DEFAULT_PAD_TEXT`: The default text of a pad
|
||||
* `ADMIN_PASSWORD`: the password for the `admin` user (leave unspecified if you do not want to create it)
|
||||
* `USER_PASSWORD`: the password for the first user `user` (leave unspecified if you do not want to create it)
|
||||
* `TRUST_PROXY`: set to `true` if you are using a reverse proxy in front of Etherpad (for example: Traefik for SSL termination via Let's Encrypt). This will affect security and correctness of the logs if not done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue