commit | 5b3c12ee16f2d3be4936ac7c8c9b9f2b7ee1a3ed | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:28:32 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:40:56 2015 +0200 |
tree | a5cf152063497b37bd923d2071e6afe358e7c103 |
Initial commit
diff --git a/metadata/service/server/single.yml b/metadata/service/server/single.yml new file mode 100644 index 0000000..e61bbfa --- /dev/null +++ b/metadata/service/server/single.yml
@@ -0,0 +1,15 @@ +applications: +- mysql +parameters: + mysql: + server: + enabled: true + version: '5.5' + force_encoding: utf8 + admin: + user: ${_param:mysql_admin_user} + password: ${_param:mysql_admin_password} + bind: + address: 0.0.0.0 + port: 3306 + protocol: tcp