update test.ini

This commit is contained in:
Benoit Chesneau 2010-01-26 02:12:29 +01:00
parent 58c759b914
commit 96a0a0c895
2 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,12 @@ host = 127.0.0.1
port = 5000 port = 5000
[app:main] [app:main]
use = config:development.ini use = egg:pylonstest
full_stack = true
static_files = true
cache_dir = %(here)s/data
beaker.session.key = pylonstest
beaker.session.secret = somesecret
# Add additional test specific configuration options as necessary. # Add additional test specific configuration options as necessary.