3
0

troubleshooting

This commit is contained in:
Arne Teuke
2025-11-21 16:12:30 +01:00
parent a0a569d635
commit a68dd11dba

View File

@@ -704,16 +704,6 @@ lc_time = 'en_US.UTF-8' # locale for time formatting
# default configuration for text search
default_text_search_config = 'pg_catalog.english'
<% if @pl_ssl_enabled == true -%>
ssl = on
ssl_ca_file = '<%= @pl_data_dir %><%= @pl_ca_crt -%>'
ssl_cert_file = '<%= @pl_data_dir %><%= @pl_server_crt -%>'
ssl_key_file = '<%= @pl_data_dir %><%= @pl_server_key -%>'
<% end -%>
<% if @pl_ssl_enabled != true -%>
ssl = off
<% end -%>
# - Shared Library Preloading -
#<% if @pl_manage_extensions == true -%>
#shared_preload_libraries = <%= @pl_reqpackages_extensions %>