mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 20:24:27 -04:00
comment out env vars
Signed-off-by: solidDoWant <fred.heinecke@yahoo.com>
This commit is contained in:
parent
d0a1ee848f
commit
9945d49be9
@ -15,7 +15,7 @@ AUTH_SERVER=http://auth:4568
|
|||||||
IMAGES_PATH=./images
|
IMAGES_PATH=./images
|
||||||
|
|
||||||
# It is recommended to use the below PG environment variables when possible.
|
# It is recommended to use the below PG environment variables when possible.
|
||||||
POSTGRES_URL=postgres://user:password@hostname:port/dbname?sslmode=verify-full&sslrootcert=/path/to/server.crt&sslcert=/path/to/client.crt&sslkey=/path/to/client.key
|
# POSTGRES_URL=postgres://user:password@hostname:port/dbname?sslmode=verify-full&sslrootcert=/path/to/server.crt&sslcert=/path/to/client.crt&sslkey=/path/to/client.key
|
||||||
# The behavior of the below variables match what is documented here:
|
# The behavior of the below variables match what is documented here:
|
||||||
# https://www.postgresql.org/docs/current/libpq-envars.html
|
# https://www.postgresql.org/docs/current/libpq-envars.html
|
||||||
PGUSER=kyoo
|
PGUSER=kyoo
|
||||||
@ -23,9 +23,9 @@ PGPASSWORD=password
|
|||||||
PGDB=kyooDB
|
PGDB=kyooDB
|
||||||
PGSERVER=postgres
|
PGSERVER=postgres
|
||||||
PGPORT=5432
|
PGPORT=5432
|
||||||
PGOPTIONS=-c search_path=kyoo,public
|
# PGOPTIONS=-c search_path=kyoo,public
|
||||||
PGPASSFILE=/my/password # Takes precedence over PGPASSWORD. New line characters are not trimmed.
|
# PGPASSFILE=/my/password # Takes precedence over PGPASSWORD. New line characters are not trimmed.
|
||||||
PGSSLMODE=verify-full
|
# PGSSLMODE=verify-full
|
||||||
PGSSLROOTCERT=/my/serving.crt
|
# PGSSLROOTCERT=/my/serving.crt
|
||||||
PGSSLCERT=/my/client.crt
|
# PGSSLCERT=/my/client.crt
|
||||||
PGSSLKEY=/my/client.key
|
# PGSSLKEY=/my/client.key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user