view local.conf @ 25:4a4bd554b4c1 tip

Closing this sub branch.
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Mon, 25 Mar 2013 14:02:54 +0000
parents 9ab73065952b
children 8a595d55e245
line wrap: on
line source

###
###	WARNING: This is a configurationn used on the local machine only.
### For editing the configuration on the server, use server.conf
###

[global]
server.socket_host = "127.0.0.1"
server.socket_port = 8080
server.thread_pool = 10

engine.autoreload_on = True 
engine.autoreload_frequency = 5 #sec

tools.sessions.on = True
tools.sessions.timeout = 600 #min
tools.sessions.clean_freq = 120	#min	
tools.sessions.storage_type = 'directory'
tools.sessions.SESSIONS_PATH = 'sessions/'

[/]
tools.staticdir.root = "/Users/daniele/Documents/AASPChallenge/survey/"

[/build]
tools.staticdir.on = True
tools.staticdir.dir = "build"

[/audio]
tools.staticdir.on = True
tools.staticdir.dir = "audio"

[/htempl]
tools.staticdir.on = True
tools.staticdir.dir = "htempl"

[/images]
tools.staticdir.on = True
tools.staticdir.dir = "images"

[/js]
tools.staticdir.on = True
tools.staticdir.dir = "js"