Merge pull request #407 from linkwarden/dev

updated .env.sample
This commit is contained in:
Daniel 2024-01-05 14:23:16 -05:00 committed by GitHub
commit bc46f6f64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
NEXTAUTH_SECRET=very_sensitive_secret NEXTAUTH_SECRET=very_sensitive_secret
NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_URL=http://localhost:3000/api/v1/auth
# Manual installation database settings # Manual installation database settings
DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden