;; ============================================================================= ;; PgBouncer userlist — injected at container startup ;; ;; This is a TEMPLATE file. The entrypoint script substitutes environment ;; variables to produce the real /etc/pgbouncer/userlist.txt at runtime. ;; ;; Format: "username" "password" ;; Passwords can be plaintext, md5, or scram-sha-256 hashed. ;; ============================================================================= "${DB_USER}" "${DB_PASSWORD}" "pgbouncer_admin" "${PGBOUNCER_ADMIN_PASSWORD}" "pgbouncer_stats" "${PGBOUNCER_STATS_PASSWORD}"