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