Switch to 0.0.0.0

This commit is contained in:
James Page
2015-09-18 12:26:08 +01:00
parent ae5ee98c98
commit 990887d2e8

View File

@@ -4,7 +4,7 @@
{% if bind_address %}
bind-address = {{ bind_address }}
{% else %}
bind-address = *
bind-address = 0.0.0.0
{% endif %}
{% if wsrep_provider_options %}