Commit 4119a56a authored by Łukasz Nowak's avatar Łukasz Nowak

- as erp5_sql_connection_string is generated and reuses database name, it is...

 - as erp5_sql_connection_string is generated and reuses database name, it is better to have it instance profile


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32684 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b267faaf
......@@ -33,14 +33,8 @@ products =
eggs +=
Products.ExternalEditor
# modify this to reflect your local mysql configuration
# Format:
# database[@host[:port]] [user [password [unix_socket]]]
# e.g "erp5db erp5user somepassword" or "erp5db erp5user"
mysql_database_name = development_site
erp5_sql_connection_string = ${:mysql_database_name}@${configuration:mysql_host}:${configuration:mysql_port} root
bt5 =
erp5_base
erp5_pdm
......
......@@ -8,6 +8,11 @@ recipe = erp5.recipe.standaloneinstance
zope2-location = ${software_definition:zope_software}
user = zope:zope
# modify this to reflect your local mysql configuration
# Format:
# database[@host[:port]] [user [password [unix_socket]]]
# e.g "erp5db erp5user somepassword" or "erp5db erp5user"
erp5_sql_connection_string = ${:mysql_database_name}@${configuration:mysql_host}:${configuration:mysql_port} root
eggs = ${eggs:eggs}
zope_conf_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