Skip to content
Snippets Groups Projects
Verified Commit a96c5689 authored by Florian Pritz's avatar Florian Pritz
Browse files

postgres: Move TCP/SSL comments around to match new upstream config


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 638b5af5
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,17 @@ max_connections = {{ postgres_max_connections }} # (change requires restart)
#bonjour_name = '' # defaults to the computer name
# (change requires restart)
# - Security and Authentication -
# - TCP Keepalives -
# see "man 7 tcp" for details
#tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds;
# 0 selects the system default
#tcp_keepalives_interval = 0 # TCP_KEEPINTVL, in seconds;
# 0 selects the system default
#tcp_keepalives_count = 0 # TCP_KEEPCNT;
# 0 selects the system default
# - Authentication -
#authentication_timeout = 1min # 1s-600s
ssl = {{ postgres_ssl }} # (change requires restart)
......@@ -92,15 +102,8 @@ ssl_ca_file = '{{ postgres_ssl_ca_file }}'
#krb_server_keyfile = ''
#krb_caseins_users = off
# - TCP Keepalives -
# see "man 7 tcp" for details
# - SSL -
#tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds;
# 0 selects the system default
#tcp_keepalives_interval = 0 # TCP_KEEPINTVL, in seconds;
# 0 selects the system default
#tcp_keepalives_count = 0 # TCP_KEEPCNT;
# 0 selects the system default
#------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment