Remove PostgreSQL config from .env.example

Deleted PostgreSQL-related environment variables from the example file
This commit is contained in:
Joakim Hellsén 2025-10-13 02:13:58 +02:00
commit 1002db68de

View file

@ -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