aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.15.0/03-configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/versioned_docs/version-v0.15.0/03-configuration.md')
-rw-r--r--docs/versioned_docs/version-v0.15.0/03-configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/versioned_docs/version-v0.15.0/03-configuration.md b/docs/versioned_docs/version-v0.15.0/03-configuration.md
index 277d182e..5093d26e 100644
--- a/docs/versioned_docs/version-v0.15.0/03-configuration.md
+++ b/docs/versioned_docs/version-v0.15.0/03-configuration.md
@@ -12,7 +12,7 @@ The app is mainly configured by environment variables. All the used environment
| REDIS_DB_IDX | No | Not set | The db idx to use with redis. It defaults to 0 (in the client) so you don't usually need to set it unless you explicitly want another db. |
| REDIS_PASSWORD | No | Not set | The password used for redis authentication. It's not required if your redis instance doesn't require AUTH. |
| MEILI_ADDR | No | Not set | The address of meilisearch. If not set, Search will be disabled. E.g. (`http://meilisearch:7700`) |
-| MEILI_MASTER_KEY | Only in Prod and if search is enabled | Not set | The master key configured for meilisearch. Not needed in development environment. Generate one with `openssl rand -base64 36` |
+| MEILI_MASTER_KEY | Only in Prod and if search is enabled | Not set | The master key configured for meilisearch. Not needed in development environment. Generate one with `openssl rand -base64 36 \| tr -dc 'A-Za-z0-9'` |
| DISABLE_SIGNUPS | No | false | If enabled, no new signups will be allowed and the signup button will be disabled in the UI |
| MAX_ASSET_SIZE_MB | No | 4 | Sets the maximum allowed asset size (in MB) to be uploaded |
| DISABLE_NEW_RELEASE_CHECK | No | false | If set to true, latest release check will be disabled in the admin panel. |