aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.env.sample
diff options
context:
space:
mode:
authorKyle Wilson <wilson15701@gmail.com>2025-06-22 07:08:18 -0400
committerGitHub <noreply@github.com>2025-06-22 12:08:18 +0100
commit91a9d3c1aee04d77b2a2d022821f4a7a38e315f3 (patch)
treeeae54e1e22b69e1b234665fcafd5ec5e00db697a /docker/.env.sample
parent04f93941ca4d10f09befb4d1b219899ecbe792b1 (diff)
downloadkarakeep-91a9d3c1aee04d77b2a2d022821f4a7a38e315f3.tar.zst
docs: update meilisearch key generation instruction (#1651)
* add pipe for trimming invalid characters when generating meili master key * fix table row for MEILI_MASTER_KEY in versioned_docs
Diffstat (limited to 'docker/.env.sample')
-rw-r--r--docker/.env.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/.env.sample b/docker/.env.sample
index 931d0e73..0ee7c4f2 100644
--- a/docker/.env.sample
+++ b/docker/.env.sample
@@ -1,6 +1,6 @@
# See https://docs.karakeep.app/configuration for more information
DATA_DIR=/data
MEILI_ADDR=http://127.0.0.1:7700
-MEILI_MASTER_KEY=[generate with <openssl rand -base64 36>]
+MEILI_MASTER_KEY=[generate with <openssl rand -base64 36 | tr -dc 'A-Za-z0-9'>]
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=[generate with <openssl rand -base64 36>] \ No newline at end of file