Remove hardcoded PostgreSQL password from .env.example

Removed the hardcoded PostgreSQL password from the example file.
This commit is contained in:
Ahmed Bakr Ali
2026-04-02 21:23:11 +02:00
committed by GitHub
parent f9e2e5509e
commit af6c13c5f1

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=6x3PjV4ghRTQuZ3Q
POSTGRES_PASSWORD=
# Frontend
VITE_SITE_DOMAIN=https://dociva.io