Switch to unified view

a/pyforge/development.ini b/pyforge/development.ini
...
...
114
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
114
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
115
# Debug mode will enable the interactive debugging tool, allowing ANYONE to
115
# Debug mode will enable the interactive debugging tool, allowing ANYONE to
116
# execute malicious code after an exception is raised.
116
# execute malicious code after an exception is raised.
117
#set debug = false
117
#set debug = false
118
118
119
[app:plugin_test]
119
[app:tool_test]
120
use = egg:pyforge#plugin_test
120
use = egg:pyforge#tool_test
121
full_stack = true
121
full_stack = true
122
122
123
cache_dir = %(here)s/data
123
cache_dir = %(here)s/data
124
beaker.session.key = pyforge
124
beaker.session.key = pyforge
125
beaker.session.type = cookie
125
beaker.session.type = cookie