good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 781b579c authored by a's avatar a
Browse files

fmt files, update file

parent a05ea86e
No related merge requests found
:{$CONNECTION_POOLER_PORT:5432} {
ssl x509_key_pair /etc/ssl/certs/pgbouncer.crt /etc/ssl/certs/pgbouncer.key
require_ssl
ssl x509_key_pair /etc/ssl/certs/pgbouncer.crt /etc/ssl/certs/pgbouncer.key
require_ssl
pgbouncer_spilo {
host {$PGHOST}
port {$PGPORT}
user {$PGUSER}
schema {$PGSCHEMA}
password {$PGPASSWORD}
mode {$CONNECTION_POOLER_MODE}
default_size {$CONNECTION_POOLER_DEFAULT_SIZE}
min_size {$CONNECTION_POOLER_MIN_SIZE}
reserve_size {$CONNECTION_POOLER_RESERVE_SIZE}
max_client_conn {$CONNECTION_POOLER_MAX_CLIENT_CONN}
max_db_conn {$CONNECTION_POOLER_MAX_DB_CONN}
}
}
\ No newline at end of file
pgbouncer_spilo {
host {$PGHOST}
port {$PGPORT}
user {$PGUSER}
schema {$PGSCHEMA}
password {$PGPASSWORD}
mode {$CONNECTION_POOLER_MODE}
default_size {$CONNECTION_POOLER_DEFAULT_SIZE}
min_size {$CONNECTION_POOLER_MIN_SIZE}
reserve_size {$CONNECTION_POOLER_RESERVE_SIZE}
max_client_conn {$CONNECTION_POOLER_MAX_CLIENT_CONN}
max_db_conn {$CONNECTION_POOLER_MAX_DB_CONN}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment