Skip to content

Commit 08c7aaa

Browse files
authored
build: remove blank lines in postgresql.conf (#324)
1 parent c903b53 commit 08c7aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/postgresql.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ logging_collector = off
66
log_min_messages = warning
77
unix_socket_directories = '{{MFMODULE_RUNTIME_HOME}}/var'
88
listen_addresses = '*'
9-
{% if MFBASE_POSTGRESQL_PG_CRON == "1" %}
9+
{% if MFBASE_POSTGRESQL_PG_CRON == "1" -%}
1010
shared_preload_libraries = 'pg_stat_statements, pg_cron'
1111
cron.database_name = 'metwork'
1212
cron.timezone = 'GMT'
13-
{% else %}
13+
{% else -%}
1414
shared_preload_libraries = 'pg_stat_statements'
15-
{% endif %}
15+
{% endif -%}

0 commit comments

Comments
 (0)