Fixed staging (varnish host and zeoserver port)

This commit is contained in:
Cédric Messiant 2013-01-29 10:38:31 +01:00
parent eaa0f4532a
commit 50b850a5a9
2 changed files with 3 additions and 2 deletions

View File

@ -21,12 +21,12 @@ instance1 = 127.0.0.1
instance2 = 127.0.0.1
instance3 = 127.0.0.1
instance-debug = 127.0.0.1
varnish = 127.0.0.1
varnish = 0.0.0.0
haproxy = 127.0.0.1
supervisor = 127.0.0.1
[ports]
zeoserver = ${v:port-base}00
zeoserver = ${v:port-base}10
instance1 = ${v:port-base}81
instance2 = ${v:port-base}82
instance3 = ${v:port-base}83

View File

@ -16,6 +16,7 @@ collective.recipe.backup = 2.8
collective.recipe.supervisor = 0.18
collective.recipe.template = 1.9
decorator = 3.4.0
distribute = 0.6.34
ecreall.helpers.testing = 1.3
ipdb = 0.7
ipython = 0.13.1