1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Changes to default.ini for tests. [app:main] pyramid.reload_templates = false pyramid.debug_authorization = false pyramid.debug_notfound = false pyramid.debug_routematch = false pyramid.debug_templates = false # Session config for beaker. session.key = charmworld_sessions session.type = memory # App Settings project_name = Test Charm Browser # Caching settings http_cache = 450 # Datastores mongo.database = juju_test |