Commit 56a1bf8b authored by Łukasz Nowak's avatar Łukasz Nowak

- force connection to localhost


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39244 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e4d282aa
......@@ -54,7 +54,7 @@ extra-paths = ${eggs:extra-paths}
mysql_database_name = development_site
mysql_user = development_user
mysql_password = development_password
mysql_host = ${configuration:mysql_host}
mysql_host = 127.0.0.1
mysql_port = ${configuration:mysql_port}
# create database
......
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