annotate 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
rev   line source
gyorgy@0 1
gyorgy@0 2 ###
gyorgy@0 3 ### WARNING: This is a configurationn used on the local machine only.
gyorgy@0 4 ### For editing the configuration on the server, use server.conf
gyorgy@0 5 ###
gyorgy@0 6
gyorgy@0 7 [global]
gyorgy@0 8 server.socket_host = "127.0.0.1"
gyorgy@0 9 server.socket_port = 8080
gyorgy@0 10 server.thread_pool = 10
gyorgy@0 11
gyorgy@0 12 engine.autoreload_on = True
gyorgy@0 13 engine.autoreload_frequency = 5 #sec
gyorgy@0 14
gyorgy@0 15 tools.sessions.on = True
gyorgy@0 16 tools.sessions.timeout = 600 #min
gyorgy@0 17 tools.sessions.clean_freq = 120 #min
gyorgy@0 18 tools.sessions.storage_type = 'directory'
gyorgy@0 19 tools.sessions.SESSIONS_PATH = 'sessions/'
gyorgy@0 20
gyorgy@0 21 [/]
daniele@10 22 tools.staticdir.root = "/Users/daniele/Documents/AASPChallenge/survey/"
gyorgy@0 23
gyorgy@0 24 [/build]
gyorgy@0 25 tools.staticdir.on = True
gyorgy@0 26 tools.staticdir.dir = "build"
gyorgy@0 27
gyorgy@0 28 [/audio]
gyorgy@0 29 tools.staticdir.on = True
gyorgy@0 30 tools.staticdir.dir = "audio"
gyorgy@0 31
gyorgy@0 32 [/htempl]
gyorgy@0 33 tools.staticdir.on = True
gyorgy@0 34 tools.staticdir.dir = "htempl"
gyorgy@0 35
gyorgy@0 36 [/images]
gyorgy@0 37 tools.staticdir.on = True
gyorgy@0 38 tools.staticdir.dir = "images"
gyorgy@0 39
gyorgy@0 40 [/js]
gyorgy@0 41 tools.staticdir.on = True
daniele@10 42 tools.staticdir.dir = "js"