# PgBouncer User List
# Format: "username" "md5password"
# Passwords can be generated with: echo -n "md5" && echo -n "passwordusername" | md5sum

# Admin users
"postgres" "md5a1b2c3d4e5f6"
"pgbouncer" "md5a1b2c3d4e5f6"

# Application user (match your DATABASE_URL credentials)
"app_user" "md5your_app_password_hash_here"

# Read-only user for replicas
"app_readonly" "md5your_readonly_password_hash_here"

# Stats/monitoring user
"stats" "md5stats_password_hash_here"
