~fabricematrat/charmworld/redirect-charm

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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

# Set nonsense to check charm test trigger function.
charm_test_url = http://example.com/
charm_test_token = 'this-is-not-the-real-token'
charm_test_job = "aCharmTestingJob"

# This signals that we are running under test.
is_testing = true