Commit d7c46d2c authored by Łukasz Nowak's avatar Łukasz Nowak

Use same port for instantiation.

parent 0b4deb0e
...@@ -21,7 +21,7 @@ recipe = slapos.cookbook:mysql ...@@ -21,7 +21,7 @@ recipe = slapos.cookbook:mysql
# Options # Options
recovering = false recovering = false
user = user user = user
port = 3306 port = 45678
ip = $${slap-network-information:local-ipv4} ip = $${slap-network-information:local-ipv4}
database = db database = db
......
...@@ -25,7 +25,7 @@ unzip = true ...@@ -25,7 +25,7 @@ unzip = true
[template-mariadb] [template-mariadb]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-mariadb.cfg url = ${:_profile_base_location_}/instance-mariadb.cfg
md5sum = 3913b5ff68311ac97314dabbb4059bd9 md5sum = 06da9043777ba8e1fda5798cc8000535
output = ${buildout:directory}/template-mariadb.cfg output = ${buildout:directory}/template-mariadb.cfg
mode = 0644 mode = 0644
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment