Update environment variables in .env file and enhance README with setup instructions
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user