From 302ef16975407a4439cd1d5552047c317488fc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Helle=C5=9Ben?= Date: Mon, 23 Mar 2026 20:54:42 +0100 Subject: [PATCH] Add PostgreSQL configuration to .env.example --- .env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.env.example b/.env.example index e1a36f1..7ccfd56 100644 --- a/.env.example +++ b/.env.example @@ -31,7 +31,17 @@ EMAIL_USE_SSL=False # Connection timeout in seconds EMAIL_TIMEOUT=10 +# PostgreSQL Configuration +POSTGRES_PASSWORD= +POSTGRES_USER=ttvdrops +POSTGRES_DB=ttvdrops + +# PostgreSQL Host and Port +POSTGRES_HOST=/run/postgresql + +# Note: Changed from 5432 to 6432 to use PgBouncer +POSTGRES_PORT=5432 # Where to store Twitch API responses TTVDROPS_IMPORTED_DIR=/mnt/fourteen/Data/Responses/imported TTVDROPS_BROKEN_DIR=/mnt/fourteen/Data/Responses/broken