From 4cd58109510c545d8c507b635d5b6193647196a0 Mon Sep 17 00:00:00 2001 From: thebaptiste Date: Wed, 18 Mar 2026 09:50:16 +0000 Subject: [PATCH] build: remove blank lines in postgresql.conf --- config/postgresql.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/postgresql.conf b/config/postgresql.conf index 66a1b37..967ec2b 100644 --- a/config/postgresql.conf +++ b/config/postgresql.conf @@ -6,10 +6,10 @@ logging_collector = off log_min_messages = warning unix_socket_directories = '{{MFMODULE_RUNTIME_HOME}}/var' listen_addresses = '*' -{% if MFBASE_POSTGRESQL_PG_CRON == "1" %} +{% if MFBASE_POSTGRESQL_PG_CRON == "1" -%} shared_preload_libraries = 'pg_stat_statements, pg_cron' cron.database_name = 'metwork' cron.timezone = 'GMT' -{% else %} +{% else -%} shared_preload_libraries = 'pg_stat_statements' -{% endif %} +{% endif -%}