mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-23 10:07:11 +00:00
+---------------------------+---------------+------------------+
| Configuration string in | Value of | Resulting confi- |
| settings.json | ENV_VAR | guration value |
|---------------------------|---------------|------------------|
| "${ENV_VAR}" | "some_string" | "some_string" |
| "${ENV_VAR}" | "9001" | 9001 |
| "${ENV_VAR}" | undefined | null |
| "${ENV_VAR:some_default}" | "some_string" | "some_string" |
| "${ENV_VAR:some_default}" | undefined | "some_default" |
+---------------------------+---------------+------------------+
Mention this briefly in the main README.md, also.
Closes #3578.
|
||
|---|---|---|
| .. | ||
| Abiword.js | ||
| AbsolutePaths.js | ||
| caching_middleware.js | ||
| Cli.js | ||
| customError.js | ||
| ExportEtherpad.js | ||
| ExportHelper.js | ||
| ExportHtml.js | ||
| ExportTxt.js | ||
| ImportEtherpad.js | ||
| ImportHtml.js | ||
| LibreOffice.js | ||
| Minify.js | ||
| NodeVersion.js | ||
| padDiff.js | ||
| path_exists.js | ||
| randomstring.js | ||
| RemoteAddress.js | ||
| Settings.js | ||
| tar.json | ||
| TidyHtml.js | ||
| toolbar.js | ||