# # DeliveranceDemo - Pylons development environment configuration # # The %(here)s variable will be replaced with the parent directory of this file # [DEFAULT] debug = true email_to = you@yourdomain.com smtp_server = localhost error_email_from = paste@localhost [server:main] use = egg:Paste#http host = 0.0.0.0 port = 5000 [app:main] use = egg:DeliveranceDemo full_stack = True cache_dir = %(here)s/cache_data data_dir = %(here)s/data session_key = ddemo session_secret = somesecret debug_headers = true # To view bodies: #debug_bodies = true # To disable the rewriting of links: #rewrite_links = false # If you'd like to fine-tune the individual locations of the cache data dirs # for Myghty, the Cache data, or the Session saves, un-comment the desired # settings here: #myghty_data_dir = %(here)s/data/templates #cache_data_dir = %(here)s/data/cache #session_data_dir = %(here)s/data/sessions # Specify the database for SQLObject to use via pylons.database.PackageHub. # %(here) may include a ':' character on Windows environments; this can # invalidate the URI when specifying a SQLite db via path name. Refer to the # SQLObject documentation for a special syntax to preserve the URI. #sqlobject.dburi = sqlite:%(here)s/somedb.db # 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 = true [app:openplans] use = main remote_template = http://norewrite.openplans.org/VirtualHostBase/{scheme}/{domain}:{port}/openplans/projects/{project}/VirtualHostRoot/ rule_template =