10 lines
325 B
Text
10 lines
325 B
Text
# PG_BOUNCER
|
|
# Use `/var/run/postgresql/` if you are passing a local
|
|
# postgresql database running on the host machine
|
|
# Otherwise, you will need to figure it out how to
|
|
# configure this if you want to run a separate
|
|
# postgresql database only for invidious.
|
|
DB_HOST=/var/run/postgresql/
|
|
DB_USER=""
|
|
DB_PASSWORD=""
|
|
DB_NAME=""
|