mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-02 19:52:47 +00:00
Support standard libpq environment variables for Auth service (#901)
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user