fix: Update PostgreSQL password to strong password and prepare admin user creation

This commit is contained in:
Your Name
2026-03-31 23:49:23 +02:00
parent 33ccb4fde5
commit 890adf480a
2 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ SENTRY_ENVIRONMENT=production
DATABASE_URL=postgresql://dociva:${POSTGRES_PASSWORD}@postgres:5432/dociva
POSTGRES_DB=dociva
POSTGRES_USER=dociva
POSTGRES_PASSWORD=replace-with-strong-postgres-password
POSTGRES_PASSWORD=6x3PjV4ghRTQuZ3Q
# Frontend
VITE_SITE_DOMAIN=https://dociva.io