diff options
Diffstat (limited to 'docker/.env.sample')
| -rw-r--r-- | docker/.env.sample | 2 |
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 |
