2 # wradmin - Pylons development environment configuration
4 # The %(here)s variable will be replaced with the parent directory of this file
8 # address which should receive any error reports
9 email_to = philipp.spitzer@winterrodeln.org
10 smtp_server = localhost
11 error_email_from = philipp.spitzer@winterrodeln.org
14 wikidbserver = localhost
15 wikidbname = winterrodeln_wiki
29 cache_dir = %(here)s/data
30 beaker.session.key = wradmin
31 beaker.session.secret = somesecret
33 # If you'd like to fine-tune the individual locations of the cache data dirs
34 # for the Cache data, or the Session saves, un-comment the desired settings
36 #beaker.cache.data_dir = %(here)s/data/cache
37 #beaker.session.data_dir = %(here)s/data/sessions
39 # WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
40 # Debug mode will enable the interactive debugging tool, allowing ANYONE to
41 # execute malicious code after an exception is raised.
45 # Logging configuration
47 keys = root, routes, wradmin
62 qualname = routes.middleware
63 # "level = DEBUG" logs the route matched and routing variables.
77 format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s