12 lines
373 B
YAML
12 lines
373 B
YAML
postgres_listen_addresses: '*'
|
|
postgres_port: 5432
|
|
|
|
postgres_hba_entries:
|
|
- { type: 'host', database: 'all', user: 'all', address: '0.0.0.0/0', method: 'md5' }
|
|
- { type: 'local', database: 'all', user: 'all', address: '', method: 'trust' }
|
|
|
|
backup_dir: "/var/lib/pgsql/backups"
|
|
postgres_user: "postgres"
|
|
postgres_password: "your_password"
|
|
postgres_db: "your_database"
|