fix: Update PostgreSQL password to strong password and prepare admin user creation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user