mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
Merge pull request #22 from pks-t/pks-auth-user-and-query
Support `auth_user` and `auth_query` options
This commit is contained in:
@@ -114,6 +114,8 @@ To expose the same database name as the backend, set `PGBOUNCER_DATABASE="$POSTG
|
||||
|
||||
### Other options
|
||||
|
||||
- `PGBOUNCER_AUTH_USER`: PgBouncer will use this user to connect to the database and query the PostgreSQL backend for a user and password. Default: **disabled**.
|
||||
- `PGBOUNCER_AUTH_QUERY`: PgBouncer will use this query to connect to the database and query the PostgreSQL backend for a user and password. Default: **disabled**.
|
||||
- `PGBOUNCER_POOL_MODE` : PgBouncer pool mode. Allowed values: session, transaction and statement. Default: **session**.
|
||||
- `PGBOUNCER_INIT_SLEEP_TIME` : PgBouncer initialization sleep time. Default: **10**.
|
||||
- `PGBOUNCER_INIT_MAX_RETRIES` : PgBouncer initialization maximum retries. Default: **10**.
|
||||
|
||||
Reference in New Issue
Block a user