This commit is contained in:
ace 2023-08-31 13:36:29 +03:00
parent 875fe5cbf2
commit bbfba812c0
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -145,14 +145,8 @@ postgresql:
sslcert: {{ patroni_ssl_path }}/{{ patroni_self_signed_cert_name }}.crt
sslkey: {{ patroni_ssl_path }}/{{ patroni_self_signed_cert_name}}.key
{% endif %}
# rewind: # Has no effect on postgres 10 and lower
# username: rewind_user
# password: rewind_password
parameters:
unix_socket_directories: {{ patroni_postgresql_unix_socket_dir }}
#{% if patroni_postgresql_stats_temp_directory_path is defined and patroni_postgresql_stats_temp_directory_path != 'none' %}
# stats_temp_directory: {{ patroni_postgresql_stats_temp_directory_path }}
#{% endif %}
{% if patroni_ssl|bool %}
ssl: on
ssl_cert_file: {{ patroni_ssl_path }}/{{ patroni_self_signed_cert_name }}.crt