Commit 9eee8647 authored by Rafael Monnerat's avatar Rafael Monnerat

When mysq_host is 0.0.0.0 it broken the site creation, because instance cannot...

When mysq_host is 0.0.0.0 it broken the site creation, because instance cannot connect on mysql (due user@localhost connection). This commit fixes tutorial.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37388 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b8b9554
......@@ -20,6 +20,8 @@ development_site_products =
${software_definition:products-cmf15}
development_site_instancehome = ${buildout:var-directory}/development-site
# Use 0.0.0.0 makes site get broken.
mysql_host = 127.0.0.1
[runUnitTest]
<= test-runner-template
......
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