gyorgy@0: gyorgy@0: ### gyorgy@0: ### WARNING: This is a configurationn used on the local machine only. gyorgy@0: ### For editing the configuration on the server, use server.conf gyorgy@0: ### gyorgy@0: gyorgy@0: [global] gyorgy@0: server.socket_host = "127.0.0.1" gyorgy@0: server.socket_port = 8080 gyorgy@0: server.thread_pool = 10 gyorgy@0: gyorgy@0: engine.autoreload_on = True gyorgy@0: engine.autoreload_frequency = 5 #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: [/] 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: [/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 daniele@10: tools.staticdir.dir = "js"