|
a/Allura/test.ini |
|
b/Allura/test.ini |
|
... |
|
... |
56 |
scm.host.ro.hg = http://hg.localhost$path
|
56 |
scm.host.ro.hg = http://hg.localhost$path
|
57 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
57 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
58 |
scm.host.ro.svn = http://svn.localhost$path
|
58 |
scm.host.ro.svn = http://svn.localhost$path
|
59 |
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path
|
59 |
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path
|
60 |
|
60 |
|
|
|
61 |
scm.repos.root = /tmp
|
|
|
62 |
|
61 |
stats.sample_rate=0
|
63 |
stats.sample_rate=0
|
62 |
|
64 |
|
63 |
disable_csrf_protection=1
|
65 |
disable_csrf_protection=1
|
64 |
|
66 |
|
65 |
[app:main_without_authn]
|
67 |
[app:main_without_authn]
|