7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
# Example .env file
|
|
KARAKEEP_VERSION=release
|
|
DISABLE_SIGNUPS=true
|
|
NEXTAUTH_SECRET=$(openssl rand -base64 36)
|
|
MEILI_MASTER_KEY=$(openssl rand -base64 36)
|
|
NEXTAUTH_URL=http://localhost:3000
|