Add optional pgbouncer to dev environment (#14083)

Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Rick Elrod
2023-07-05 13:41:47 -05:00
committed by GitHub
parent 3624fe2cac
commit 4a34ee1f1e
4 changed files with 32 additions and 0 deletions

View File

@@ -35,3 +35,8 @@ enable_splunk: false
enable_grafana: false
enable_prometheus: false
scrape_interval: '5s'
# pgbouncer
enable_pgbouncer: false
pgbouncer_port: 6432
pgbouncer_max_pool_size: 70