Support standard libpq environment variables for Auth service (#901)

This commit is contained in:
solidDoWant
2025-04-24 02:38:20 -05:00
committed by GitHub
parent f2294ac97e
commit 5ced62aab3
4 changed files with 52 additions and 21 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ IMAGES_PATH=./images
# https://www.postgresql.org/docs/current/libpq-envars.html
PGUSER=kyoo
PGPASSWORD=password
PGDB=kyooDB
PGSERVER=postgres
PGDATABASE=kyooDB
PGHOST=postgres
PGPORT=5432
# PGOPTIONS=-c search_path=kyoo,public
# PGPASSFILE=/my/password # Takes precedence over PGPASSWORD. New line characters are not trimmed.