|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
211 |
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
|
211 |
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
|
212 |
# Debug mode will enable the interactive debugging tool, allowing ANYONE to
|
212 |
# Debug mode will enable the interactive debugging tool, allowing ANYONE to
|
213 |
# execute malicious code after an exception is raised.
|
213 |
# execute malicious code after an exception is raised.
|
214 |
#set debug = false
|
214 |
#set debug = false
|
215 |
|
215 |
|
|
|
216 |
# Enable or disable external RSS feed importing in ForgeBlog tool.
|
|
|
217 |
# Default is "false". This feature requires GPL library "html2text". Install it
|
|
|
218 |
# with following command:
|
|
|
219 |
# pip install -e git://github.com/brondsem/html2text.git#egg=html2text
|
|
|
220 |
forgeblog.exfeed = false
|
|
|
221 |
|
216 |
[app:tool_test]
|
222 |
[app:tool_test]
|
217 |
use = egg:Allura
|
223 |
use = egg:Allura
|
218 |
override_root=basetest_project_root
|
224 |
override_root=basetest_project_root
|
219 |
full_stack = true
|
225 |
full_stack = true
|
220 |
|
226 |
|