Enable networking by default

This commit is contained in:
James Page
2015-09-18 12:23:18 +01:00
parent bd9cdb1767
commit ae5ee98c98

View File

@@ -3,6 +3,8 @@
{% if bind_address %}
bind-address = {{ bind_address }}
{% else %}
bind-address = *
{% endif %}
{% if wsrep_provider_options %}