From 1002db68deecc75982e9a92c36b12d0429224681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 13 Oct 2025 02:13:58 +0200 Subject: [PATCH] Remove PostgreSQL config from .env.example Deleted PostgreSQL-related environment variables from the example file --- .env.example | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.env.example b/.env.example index fb68fd4..4ebfc42 100644 --- a/.env.example +++ b/.env.example @@ -25,11 +25,3 @@ EMAIL_USE_SSL=False # Connection timeout in seconds EMAIL_TIMEOUT=10 - -# PostgreSQL Configuration -POSTGRES_PASSWORD=your-postgres-password-here -POSTGRES_USER=ttvdrops -POSTGRES_DB=ttvdrops -# PostgreSQL Host and Port -POSTGRES_HOST=localhost -POSTGRES_PORT=5432 \ No newline at end of file