Add example env vars
This commit is contained in:
6
env.example
Normal file
6
env.example
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user