summaryrefslogtreecommitdiff
path: root/docs/configuration-env-vars.md
diff options
context:
space:
mode:
authorChristian Bläul2019-08-17 11:40:53 +0200
committerChristian Bläul2019-08-17 11:40:53 +0200
commit29e1ff7699b86c327940153ba9dce0fc23794310 (patch)
tree646bdebccdb6b7699b34f4f19ea8ccab35b6799c /docs/configuration-env-vars.md
parent60d6a6a15dd029a40d5f267d3143febb7fb4afba (diff)
Documentation: improved dbURL description
Signed-off-by: Christian Bläul <christian@blaeul.de>
Diffstat (limited to 'docs/configuration-env-vars.md')
-rw-r--r--docs/configuration-env-vars.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration-env-vars.md b/docs/configuration-env-vars.md
index bc0eac99..b07547ff 100644
--- a/docs/configuration-env-vars.md
+++ b/docs/configuration-env-vars.md
@@ -30,7 +30,7 @@ defaultNotePath can't be set from env-vars
| -------- | ------------- | ----------- |
| `CMD_ALLOW_PDF_EXPORT` | `true` or `false` | Enable or disable PDF exports |
| `CMD_CONFIG_FILE` | `/path/to/config.json` | optional override for the path to CodiMD's config file |
-| `CMD_DB_URL` | `mysql://localhost:3306/database` | set the database URL |
+| `CMD_DB_URL` | `mysql://localhost:3306/database` | Set the db in URL style. If set, then the relevant `db` config entries will be overridden. |
| `CMD_LOGLEVEL` | `info`, `debug` ... | Defines what kind of logs are provided to stdout. |
| `CMD_FORBIDDEN_NOTE_IDS` | `'robots.txt'` | disallow creation of notes, even if `CMD_ALLOW_FREEURL` is `true` |
| `CMD_IMAGE_UPLOAD_TYPE` | `imgur`, `s3`, `minio`, `lutim` or `filesystem` | Where to upload images. For S3, see our Image Upload Guides for [S3](guides/s3-image-upload.md) or [Minio](guides/minio-image-upload.md), also there's a whole section on their respective env vars below. |