use = egg:floof
full_stack = true
static_files = true
+static_root = %(here)s/floof/public/
cache_dir = %(here)s/data
beaker.session.key = floof
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
# Debug mode will enable the interactive debugging tool, allowing ANYONE to
# execute malicious code after an exception is raised.
-set debug = false
+# set debug = false
# Logging configuration