Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
diff
  • Loading branch information
levkk committed Apr 29, 2023
commit d660e3e565ef902d2342a07818e8abc1080a3f03
4 changes: 2 additions & 2 deletions pgcat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down