fix ci config

This commit is contained in:
Lev Kokotov
2023-03-30 12:24:32 -07:00
parent 32b913af94
commit 6345c39bd5

View File

@@ -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..