We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c903b53 commit 08c7aaaCopy full SHA for 08c7aaa
config/postgresql.conf
@@ -6,10 +6,10 @@ logging_collector = off
6
log_min_messages = warning
7
unix_socket_directories = '{{MFMODULE_RUNTIME_HOME}}/var'
8
listen_addresses = '*'
9
-{% if MFBASE_POSTGRESQL_PG_CRON == "1" %}
+{% if MFBASE_POSTGRESQL_PG_CRON == "1" -%}
10
shared_preload_libraries = 'pg_stat_statements, pg_cron'
11
cron.database_name = 'metwork'
12
cron.timezone = 'GMT'
13
-{% else %}
+{% else -%}
14
shared_preload_libraries = 'pg_stat_statements'
15
-{% endif %}
+{% endif -%}
0 commit comments