[Erp5-report] r39244 luke - /erp5/trunk/buildout/profiles/development-2.12.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Oct 15 17:59:34 CEST 2010
Author: luke
Date: Fri Oct 15 17:59:28 2010
New Revision: 39244
URL: http://svn.erp5.org?rev=39244&view=rev
Log:
- force connection to localhost
Modified:
erp5/trunk/buildout/profiles/development-2.12.cfg
Modified: erp5/trunk/buildout/profiles/development-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development-2.12.cfg?rev=39244&r1=39243&r2=39244&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] Fri Oct 15 17:59:28 2010
@@ -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
More information about the Erp5-report
mailing list