#!/bin/sh

ZOPE_HOME=/path/to/Zope

# this is either a full path or python expression to get eval'd
ZODB_STORAGE=$ZOPE_HOME/var/Data.fs
#ZODB_STORAGE="('zeo-server', 1975)"

HTTP_PORT=9880
FTP_PORT=9821
WEBDAV_PORT=9881
MONITOR_PORT=9882

#EVENT_LOG_FILE=event.log
#EVENT_LOG_SEVERITY=-100

#Z_DEBUG_MODE=yes
