18 lines
254 B
YAML
18 lines
254 B
YAML
---
|
|
postgresql:
|
|
version: 13
|
|
packages:
|
|
- repmgr
|
|
extensions:
|
|
- cron
|
|
- repmgr
|
|
databases:
|
|
- name: postgres
|
|
user: postgres
|
|
config:
|
|
main:
|
|
listen_addresses: "'*'"
|
|
port: 5433
|
|
max_connections: 100
|
|
users: []
|