Switch to unified view

a/pyforge/sandbox.ini b/pyforge/sandbox.ini
...
...
88
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
88
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
89
# Debug mode will enable the interactive debugging tool, allowing ANYONE to
89
# Debug mode will enable the interactive debugging tool, allowing ANYONE to
90
# execute malicious code after an exception is raised.
90
# execute malicious code after an exception is raised.
91
#set debug = false
91
#set debug = false
92
92
93
[app:plugin_test]
93
[app:tool_test]
94
use = egg:pyforge#plugin_test
94
use = egg:pyforge#tool_test
95
full_stack = true
95
full_stack = true
96
96
97
cache_dir = %(here)s/data
97
cache_dir = %(here)s/data
98
beaker.session.key = pyforge
98
beaker.session.key = pyforge
99
beaker.session.type = cookie
99
beaker.session.type = cookie