|
@@ -40,13 +40,13 @@
|
|
|
|
|
|
data_directory = '/ssd/postgresql' # use data in another directory
|
|
|
# (change requires restart)
|
|
|
-hba_file = '/etc/postgresql/9.1/main/pg_hba.conf' # host-based authentication file
|
|
|
+hba_file = '/etc/postgresql/9.3/main/pg_hba.conf' # host-based authentication file
|
|
|
# (change requires restart)
|
|
|
-ident_file = '/etc/postgresql/9.1/main/pg_ident.conf' # ident configuration file
|
|
|
+ident_file = '/etc/postgresql/9.3/main/pg_ident.conf' # ident configuration file
|
|
|
# (change requires restart)
|
|
|
|
|
|
# If external_pid_file is not explicitly set, no extra PID file is written.
|
|
|
-external_pid_file = '/var/run/postgresql/9.1-main.pid' # write an extra PID file
|
|
|
+external_pid_file = '/var/run/postgresql/9.3-main.pid' # write an extra PID file
|
|
|
# (change requires restart)
|
|
|
|
|
|
|
|
@@ -77,7 +77,7 @@ unix_socket_directories = '/var/run/postgresql' # (change requires restart)
|
|
|
# - Security and Authentication -
|
|
|
|
|
|
#authentication_timeout = 1min # 1s-600s
|
|
|
-ssl = true # (change requires restart)
|
|
|
+ssl = false # (change requires restart)
|
|
|
#ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # allowed SSL ciphers
|
|
|
# (change requires restart)
|
|
|
#ssl_renegotiation_limit = 512MB # amount of data between renegotiations
|