From a3ef5a56558413f7c07e2d489e769260124b6d52 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 13 Apr 2026 22:00:19 +0100 Subject: [PATCH] chore: add more defaults to example env --- example.env | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/example.env b/example.env index e718a5a..4a749d6 100644 --- a/example.env +++ b/example.env @@ -4,12 +4,13 @@ REDDIT_CLIENT_ID= REDDIT_CLIENT_SECRET= # Database -POSTGRES_USER= -POSTGRES_PASSWORD= -POSTGRES_DB= -POSTGRES_HOST= +# Database +POSTGRES_USER=postgres +POSTGRES_PASSWORD=postgres +POSTGRES_DB=mydatabase +POSTGRES_HOST=postgres POSTGRES_PORT=5432 -POSTGRES_DIR= +POSTGRES_DIR=./db # JWT JWT_SECRET_KEY=