scripts/intranet/conf/dev.cfg
gdetrez 28a524ffc9 integration des variables paypal
darcs-hash:20061006190208-f46e9-4d0aaea81cff82e31f38ad68a6934a24e4d6ac3e.gz
2006-10-06 21:02:08 +02:00

33 lines
825 B
INI

# The configuration file called myconfigfile.conf
[global]
server.socketPort=8083
server.socketHost=""
server.socketFile=""
server.socketQueueSize=5
server.protocolVersion="HTTP/1.0"
server.logToScreen=True
server.logFile=""
server.reverseDNS=False
server.threadPool=10
server.environment="development"
server.log_config_options= True
logDebugInfoFilter.on = False
sessionAuthenticateFilter.on=True
sessionFilter.on = True
sessionFilter.locking = "implicit"
paypal.businessAdress = "gdetrez-buisness@crans.org"
paypal.useSandbox = True
[/]
# Now we can work on our filter as with the standard filters
templatesEngine.on = True
[/static]
sessionAuthenticateFilter.on=False
sessionFilter.on = False
server.output_filters.templatesEngine.on = False
staticFilter.on = True
staticFilter.dir = "/usr/scripts/intranet/static/"