more concise .env.sample
This commit is contained in:
parent
e628b3a6d5
commit
988d647521
11
.env.sample
11
.env.sample
|
@ -1,9 +1,13 @@
|
|||
NEXTAUTH_SECRET=very_sensitive_secret
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
|
||||
# Additional Optional Settings
|
||||
# Manual installation database settings
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
||||
|
||||
# Docker installation database settings
|
||||
POSTGRES_PASSWORD=super_secret_password
|
||||
|
||||
# Additional Optional Settings
|
||||
PAGINATION_TAKE_COUNT=
|
||||
STORAGE_FOLDER=
|
||||
AUTOSCROLL_TIMEOUT=
|
||||
|
@ -23,9 +27,6 @@ NEXT_PUBLIC_EMAIL_PROVIDER=
|
|||
EMAIL_FROM=
|
||||
EMAIL_SERVER=
|
||||
|
||||
# Docker postgres settings
|
||||
POSTGRES_PASSWORD=
|
||||
|
||||
# Keycloak
|
||||
NEXT_PUBLIC_KEYCLOAK_ENABLED=
|
||||
KEYCLOAK_ISSUER=
|
||||
|
|
Ŝarĝante…
Reference in New Issue