source: test.ini @ 400:e6414b1712d9

Revision 400:e6414b1712d9, 770 bytes checked in by fl, 2 years ago (diff)

[svn r744] clean up layout and implement a better instance selector

Line 
1#
2# adhocracy - Pylons testing environment configuration
3#
4# The %(here)s variable will be replaced with the parent directory of this file
5#
6[DEFAULT]
7debug = true
8# Uncomment and replace with the address which should receive any error reports
9#email_to = you@yourdomain.com
10smtp_server = localhost
11error_email_from = paste@localhost
12
13[server:main]
14use = egg:Paste#http
15host = 127.0.0.1
16port = 5000
17
18[app:main]
19use = config:development.ini
20
21#sqlalchemy.url = sqlite:///:memory:
22sqlalchemy.url = sqlite:///%(here)s/test.db
23
24# Add additional test specific configuration options as necessary.
25adhocracy.setup.drop = KILL_EM_ALL
26adhocracy.site.dir = %(here)s/test-site
27adhocracy.domains = test.lan
28
29skip_migration = True
30skip_authentication = True
31skip_setupentities = True
Note: See TracBrowser for help on using the repository browser.