Handle database connection vars

This commit is contained in:
2025-05-12 12:43:17 +02:00
parent 0cafe1ef40
commit cd874e382f
6 changed files with 17 additions and 194 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ IMAGES_PATH=./images
# https://www.postgresql.org/docs/current/libpq-envars.html
PGUSER=kyoo
PGPASSWORD=password
PGDATABASE=kyooDB
PGDATABASE=kyoo
PGHOST=postgres
PGPORT=5432
# PGOPTIONS=-c search_path=kyoo,public