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

- fix database name string, it is mysql_database_name not

   mysql_database


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39247 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b910176
......@@ -34,7 +34,7 @@ initialization =
import os
os.environ['PATH'] = ':'.join(['${buildout:data-bin-directory}','${buildout:bin-directory}'] + os.environ.get('PATH','').split(':'))
mysql_create_database = false
mysql_database = test212
mysql_database_name = test212
mysql_user = test
[development-site]
......
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