2025-05-22 18:53:25 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Bind to all interfaces so we can submit requests from outside the test container
|
|
|
|
|
address: 0.0.0.0
|
|
|
|
|
|
|
|
|
|
# We always just connect to the db container
|
|
|
|
|
dbhost: db
|
|
|
|
|
dbport: 5432
|
|
|
|
|
dbuser: postgres
|
|
|
|
|
|
2025-06-01 04:11:44 +00:00
|
|
|
# The SSL cipher parameters are too old in the 9.2 container, so we allow the tests
|
|
|
|
|
# to be run without encryption
|
|
|
|
|
ssl_mode: prefer
|
2025-05-22 18:53:25 +00:00
|
|
|
|
|
|
|
|
# Pull in the standard metrics
|
|
|
|
|
include:
|
|
|
|
|
- pgmon-metrics.yml
|