summaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorDavid Mehren2020-11-27 18:31:19 +0100
committerGitHub2020-11-27 18:31:19 +0100
commit61f54db63eea7e590cd751d4878d1c445c7f9cf8 (patch)
treebe3a61e1aa170556c7370b45e1792a0ba0dbbd52 /docs/configuration.md
parent07f72adc548ab8b30c4dbcc948f7cf166fdcf0db (diff)
parent97312b5ed3db8e5967184fc2f693a47dcba091f5 (diff)
Merge pull request #596 from hedgedoc/remove-pdf-export-code
Remove pdf export code
Diffstat (limited to '')
-rw-r--r--docs/configuration.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 25df7366..f17f3c33 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -22,7 +22,6 @@ to `config.json` before filling in your own details.
| config file | environment | **default** and example value | description |
| ------------------- | ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `allowPDFExport` | `CMD_ALLOW_PDF_EXPORT` | **`true`** or `false` | Enable or disable PDF exports |
| | `CMD_CONFIG_FILE` | **no default**, `/path/to/config.json` | optional override for the path to HedgeDoc's config file |
| `db` | | **`undefined`**, `{ "dialect": "sqlite", "storage": "./db.hedgedoc.sqlite" }` | set the db configs, [see more here](http://sequelize.readthedocs.org/en/latest/api/sequelize/) |
| `dbURL` | `CMD_DB_URL` | **`undefined`**, `mysql://localhost:3306/database` | Set the db in URL style. If set, then the relevant `db` config entries will be overridden. |