commit | d676970f1038c7f7644e1cf353951e66d64936b6 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Oct 08 14:50:49 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Oct 08 14:50:49 2015 +0200 |
tree | 64c33beb1831eb5ea3db1132f947c00f91476e1d | |
parent | 5b3c12ee16f2d3be4936ac7c8c9b9f2b7ee1a3ed [diff] |
Fix local vs. single metadata
diff --git a/metadata/service/server/local.yml b/metadata/service/server/local.yml index e61bbfa..1dffdd3 100644 --- a/metadata/service/server/local.yml +++ b/metadata/service/server/local.yml
@@ -10,6 +10,6 @@ user: ${_param:mysql_admin_user} password: ${_param:mysql_admin_password} bind: - address: 0.0.0.0 + address: 127.0.0.1 port: 3306 protocol: tcp