From 781b579c93a5d372adb893601fed98aaf547c10a Mon Sep 17 00:00:00 2001 From: a <a@tuxpa.in> Date: Tue, 3 Oct 2023 05:12:12 -0500 Subject: [PATCH] fmt files, update file --- presets/pgbouncer_spilo.Caddyfile | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/presets/pgbouncer_spilo.Caddyfile b/presets/pgbouncer_spilo.Caddyfile index b481eff3..46109b9f 100644 --- a/presets/pgbouncer_spilo.Caddyfile +++ b/presets/pgbouncer_spilo.Caddyfile @@ -1,18 +1,18 @@ :{$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} + } +} -- GitLab