|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
248 |
# Default is "false". This feature requires GPL library "html2text". Install it
|
248 |
# Default is "false". This feature requires GPL library "html2text". Install it
|
249 |
# with following command:
|
249 |
# with following command:
|
250 |
# pip install -e git://github.com/brondsem/html2text.git#egg=html2text
|
250 |
# pip install -e git://github.com/brondsem/html2text.git#egg=html2text
|
251 |
forgeblog.exfeed = false
|
251 |
forgeblog.exfeed = false
|
252 |
|
252 |
|
253 |
short_url.url_pattern = {base_url}p/{project}/{mount_point}/{short_name}
|
253 |
short_url.url_pattern = {base_url}/{nbhd}/{project}/{mount_point}/{short_name}
|
254 |
|
254 |
|
255 |
[app:tool_test]
|
255 |
[app:tool_test]
|
256 |
use = egg:Allura
|
256 |
use = egg:Allura
|
257 |
override_root=basetest_project_root
|
257 |
override_root=basetest_project_root
|
258 |
full_stack = true
|
258 |
full_stack = true
|