Skip to content

Commit

Permalink
Merge pull request linkwarden#766 from linkwarden/daniel31x13-patch-1
Browse files Browse the repository at this point in the history
Update .env.sample
  • Loading branch information
daniel31x13 authored Sep 15, 2024
2 parents 1461caf + a276065 commit eaf4524
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
NEXTAUTH_SECRET=very_sensitive_secret
NEXTAUTH_URL=http://localhost:3000/api/v1/auth
NEXTAUTH_SECRET=

# 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
POSTGRES_PASSWORD=super_secret_password
POSTGRES_PASSWORD=

# Additional Optional Settings
PAGINATION_TAKE_COUNT=
Expand Down

0 comments on commit eaf4524

Please sign in to comment.