~jcsackett/charmworld/bac-tag-constraints

115.4.1 by Abel Deuring
Use a config file default.ini file; override test specific settings in a separate file test-setup.ini; allow to override the seetings from default.ini in a file custom.ini.
1
# Changes to default.ini for tests.
2
3
[app:main]
4
pyramid.reload_templates = false
5
pyramid.debug_authorization = false
6
pyramid.debug_notfound = false
7
pyramid.debug_routematch = false
8
pyramid.debug_templates = false
9
10
# Session config for beaker.
11
session.key = charmworld_sessions
12
session.type = memory
13
14
# App Settings
15
project_name = Test Charm Browser
16
17
# Caching settings
18
http_cache = 450
19
20
# Datastores
21
mongo.database = juju_test