Commit 711229bb authored by Łukasz Nowak's avatar Łukasz Nowak

- instancehome and http-address shall *not* have default port or home


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32680 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45051765
......@@ -18,6 +18,7 @@ force-zodb-update = true
# zope.conf template part BEGIN
debug-mode = on
instancehome = ${buildout:var-directory}/zope-instance
http-address = 18080
# until we will have more control over products we need to redefine to insert
# local products to be able to override
products =
......
......@@ -19,6 +19,7 @@ bt5-path = ${bt5-erp5:location}
bt5 =
force-zodb-update = false
# zope.conf template part BEGIN
# instancehome and http-address have to be defined
# User modifable keys:
products =
products ${cmf15:location}/CMF/
......@@ -28,7 +29,6 @@ products =
environment =
debug-mode = off
ip-address = 0.0.0.0
http-address = 18080
# Good defaults, which do not have to be touch:
clienthome = ${:instancehome}/var
lib_path = ${:instancehome}/lib/python
......
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