gyorgy@0: gyorgy@0: ### gyorgy@0: ### WARNING: This is a configurationn used on the SERVER. gyorgy@0: ### For editing the configuration valid on your desktop, use local.conf gyorgy@0: ### gyorgy@0: gyorgy@0: gyorgy@0: [global] gyorgy@0: # kakapo<->golden bridge gyorgy@0: server.socket_host = "192.168.122.144" gyorgy@0: server.socket_port = 8090 gyorgy@0: server.thread_pool = 30 gyorgy@0: server.show_tracebacks = False gyorgy@0: gyorgy@0: engine.autoreload_on = True gyorgy@0: engine.autoreload_frequency = 180 #sec gyorgy@0: gyorgy@0: tools.sessions.on = True gyorgy@0: tools.sessions.timeout = 600 #min gyorgy@0: tools.sessions.clean_freq = 120 #min gyorgy@0: tools.sessions.storage_type = 'directory' gyorgy@0: tools.sessions.SESSIONS_PATH = 'sessions/' gyorgy@0: gyorgy@0: [/] gyorgy@0: tools.staticdir.on = True gyorgy@0: tools.staticdir.dir = '' daniele@10: tools.staticdir.root = '/Users/daniele/Documents/AASPChallenge/survey/' daniele@10: #tools.staticdir.root = "/Users/daniele/Documents/AASPChallenge/survey/" gyorgy@0: gyorgy@0: [/build] gyorgy@0: tools.staticdir.on = True gyorgy@0: tools.staticdir.dir = "build" gyorgy@0: gyorgy@0: [/audio] gyorgy@0: tools.staticdir.on = True gyorgy@0: tools.staticdir.dir = "audio" gyorgy@0: gyorgy@0: gyorgy@0: [/htempl] gyorgy@0: tools.staticdir.on = True gyorgy@0: tools.staticdir.dir = "htempl" gyorgy@0: gyorgy@0: [/images] gyorgy@0: tools.staticdir.on = True gyorgy@0: tools.staticdir.dir = "images" gyorgy@0: gyorgy@0: [/js] gyorgy@0: tools.staticdir.on = True gyorgy@0: tools.staticdir.dir = "js" gyorgy@0: