Update .env.sample
This commit is contained in:
parent
1461caf68a
commit
a276065288
|
@ -1,11 +1,12 @@
|
||||||
NEXTAUTH_SECRET=very_sensitive_secret
|
|
||||||
NEXTAUTH_URL=http://localhost:3000/api/v1/auth
|
NEXTAUTH_URL=http://localhost:3000/api/v1/auth
|
||||||
|
NEXTAUTH_SECRET=
|
||||||
|
|
||||||
# Manual installation database settings
|
# Manual installation database settings
|
||||||
DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
||||||
|
DATABASE_URL=
|
||||||
|
|
||||||
# Docker installation database settings
|
# Docker installation database settings
|
||||||
POSTGRES_PASSWORD=super_secret_password
|
POSTGRES_PASSWORD=
|
||||||
|
|
||||||
# Additional Optional Settings
|
# Additional Optional Settings
|
||||||
PAGINATION_TAKE_COUNT=
|
PAGINATION_TAKE_COUNT=
|
||||||
|
|
Ŝarĝante…
Reference in New Issue