From 6345c39bd52e7f803cd65e965e237b8a4072d4b1 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 30 Mar 2023 12:24:32 -0700 Subject: [PATCH] fix ci config --- pgcat.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgcat.toml b/pgcat.toml index b0d2fed..3ef929d 100644 --- a/pgcat.toml +++ b/pgcat.toml @@ -58,9 +58,9 @@ tcp_keepalives_count = 5 tcp_keepalives_interval = 5 # Path to TLS Certficate file to use for TLS connections -tls_certificate = ".circleci/server.cert" +# tls_certificate = ".circleci/server.cert" # Path to TLS private key file to use for TLS connections -tls_private_key = ".circleci/server.key" +# tls_private_key = ".circleci/server.key" # User name to access the virtual administrative database (pgbouncer or pgcat) # Connecting to that database allows running commands like `SHOW POOLS`, `SHOW DATABASES`, etc..