[global] log.error_file = "error.log" log.access_file = "access.log" server.environment = "production" engine.autoreload_on = True engine.autoreload_frequency = 5 [/] tools.staticdir.root = os.getcwd() tools.staticdir.on = True tools.staticdir.dir = "." [/css] tools.staticdir.on = True tools.staticdir.dir = "css" tools.staticdir.match = "(?i)^.+\.css$" [/images] tools.staticdir.on = True tools.staticdir.dir = "img" tools.staticdir.match = "(?i)^.+\.png$"