From d660e3e565ef902d2342a07818e8abc1080a3f03 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Fri, 28 Apr 2023 18:06:11 -0700 Subject: [PATCH] diff --- pgcat.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgcat.toml b/pgcat.toml index 52cd100..283ed74 100644 --- a/pgcat.toml +++ b/pgcat.toml @@ -61,9 +61,9 @@ tcp_keepalives_count = 5 tcp_keepalives_interval = 5 # Path to TLS Certificate 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" # Enable/disable server TLS server_tls = true