Update environment variables in .env file and enhance README with setup instructions

This commit is contained in:
2024-11-24 02:32:00 +01:00
parent e0d240f39a
commit 81a81071b3
3 changed files with 82 additions and 8 deletions
+7 -7
View File
@@ -1,12 +1,12 @@
NEXTAUTH_URL=http://localhost:3000/api/v1/auth
NEXTAUTH_SECRET=
NEXTAUTH_URL=http://localhost:5000/api/v1/auth
NEXTAUTH_SECRET=tu_secreto_unico_generado
# Manual installation database settings
# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
DATABASE_URL=postgresql://user:password@postgres:5432/linkwarden
# Docker installation database settings
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=linkwarden
# URL para conectar Linkwarden a PostgreSQL
DATABASE_URL=postgresql://postgres:password@postgres:5432/postgres
# Additional Optional Settings
PAGINATION_TAKE_COUNT=