Commit 423fac36 authored by Łukasz Nowak's avatar Łukasz Nowak

- business templates are not provided by default, so set them to empty

   ones


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39250 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aacb0e18
......@@ -6,6 +6,10 @@ parts = zope-instance
recipe = erp5.recipe.standaloneinstance
user = zope:zope
# empty bt5 by default
bt5 =
bt5-path =
# modify this to reflect your local mysql configuration
# Format:
# database[@host[:port]] [user [password [unix_socket]]]
......
......@@ -6,6 +6,10 @@ recipe = erp5.recipe.standaloneinstance
zope2-location = ${software_definition:zope_software}
user = zope:zope
# empty bt5 by default
bt5 =
bt5-path =
# modify this to reflect your local mysql configuration
# Format:
# database[@host[:port]] [user [password [unix_socket]]]
......
......@@ -43,8 +43,6 @@ mysql_user = test
mkzopeinstance = ${buildout:directory}/bin/mkzopeinstance
# developer by default want to have updatable Data.fs
force-zodb-update = true
bt5-path = ${configuration:development_site_bt5_path}
bt5 =
eggs =
Products.ExternalEditor
${eggs:eggs}
......
......@@ -34,8 +34,6 @@ instance-home = ${configuration:development_site_instancehome}
<= zope-instance-template
# developer by default want to have updatable Data.fs
force-zodb-update = true
bt5-path = ${configuration:development_site_bt5_path}
bt5 =
eggs =
Products.ExternalEditor
......
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