Remove hardcoded PostgreSQL password from .env.example
Removed the hardcoded PostgreSQL password from the example file.
This commit is contained in:
@@ -69,7 +69,7 @@ SENTRY_ENVIRONMENT=production
|
|||||||
DATABASE_URL=postgresql://dociva:${POSTGRES_PASSWORD}@postgres:5432/dociva
|
DATABASE_URL=postgresql://dociva:${POSTGRES_PASSWORD}@postgres:5432/dociva
|
||||||
POSTGRES_DB=dociva
|
POSTGRES_DB=dociva
|
||||||
POSTGRES_USER=dociva
|
POSTGRES_USER=dociva
|
||||||
POSTGRES_PASSWORD=6x3PjV4ghRTQuZ3Q
|
POSTGRES_PASSWORD=
|
||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
VITE_SITE_DOMAIN=https://dociva.io
|
VITE_SITE_DOMAIN=https://dociva.io
|
||||||
|
|||||||
Reference in New Issue
Block a user