Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 445 Bytes

README.rst

File metadata and controls

32 lines (24 loc) · 445 Bytes

pgbouncer

Service pgbouncer description

Sample pillars

Single pgbouncer service

pgbouncer:
  server:
    enabled: true
    bind:
      address: 0.0.0.0
    user:
      admin:
        username: admin
        password: password
    host:
      localhost:
      another_host:
        address: 10.8.0.100

Read more

  • links