]> asedeno.scripts.mit.edu Git - bluechips.git/blob - test.ini
a356ea9d1b4b3773e7324152c2c842121ade8759
[bluechips.git] / test.ini
1 #
2 # BlueChips - Pylons testing environment configuration
3 #
4 # The %(here)s variable will be replaced with the parent directory of this file
5 #
6 [DEFAULT]
7 debug = true
8 # Uncomment and replace with the address which should receive any error reports
9 #email_to = you@yourdomain.com
10 smtp_server = localhost
11 error_email_from = paste@localhost
12
13 [server:main]
14 use = egg:Paste#http
15 host = 0.0.0.0
16 port = 5000
17
18 [filter:fake-grant]
19 use = egg:BlueChips#fakeauth
20 username = broder
21
22 [app:main]
23 use = egg:BlueChips
24 full_stack = true
25 cache_dir = %(here)s/data
26 beaker.session.key = bluechips
27 beaker.session.secret = somesecret
28
29 filter-with = fake-grant
30
31 sqlalchemy.url = sqlite://