aboutsummaryrefslogtreecommitdiff
path: root/templates/.pgpass
blob: 10fc8bcd291af5f4f4b478109b50b0d0b5946b69 (plain)
1
2
3
4
5
6
7
8
9
10
# pgpass - see psql(1)
#
# host:port:db:user:pw

localhost:15432:endpoint_monitoring:postgres:testing
localhost:5432:runeflow:postgres:testing
localhost:25432:endpoint_monitoring:virtyx:{{ pass "virtyx/proddb" }}
localhost:35432:metrics:virtyx:{{ pass "virtyx/metricsdb" }}

# vim: ft=conf