From af6c13c5f16c99027a9c366e43b0b7a8068651a1 Mon Sep 17 00:00:00 2001 From: Ahmed Bakr Ali <119736744+aborayan2022@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:23:11 +0200 Subject: [PATCH] Remove hardcoded PostgreSQL password from .env.example Removed the hardcoded PostgreSQL password from the example file. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c346b96..93f0835 100644 --- a/.env.example +++ b/.env.example @@ -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