Backup local PostgreSQL by default

This commit is contained in:
wpetit 2020-10-13 17:35:23 +02:00
parent 3886809067
commit 174ebb74c7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
BACKUP_USER=postgres
# Optional hostname to adhere to pg_hba policies. Will default to "localhost" if none specified.
HOSTNAME=
HOSTNAME=/var/run/postgresql
# Optional username to connect to database as. Will default to "postgres" if none specified.
USERNAME=