|
a/Allura/test.ini |
|
b/Allura/test.ini |
|
... |
|
... |
51 |
static.script_name = /nf/_static_/
|
51 |
static.script_name = /nf/_static_/
|
52 |
static.url_base = /nf/_static_/
|
52 |
static.url_base = /nf/_static_/
|
53 |
|
53 |
|
54 |
scm.host.ro.git = git://git.localhost$path
|
54 |
scm.host.ro.git = git://git.localhost$path
|
55 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
55 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
|
|
56 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
56 |
scm.host.ro.hg = http://hg.localhost$path
|
57 |
scm.host.ro.hg = http://hg.localhost$path
|
57 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
58 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
|
|
59 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
58 |
scm.host.ro.svn = http://svn.localhost$path
|
60 |
scm.host.ro.svn = http://svn.localhost$path
|
59 |
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path
|
61 |
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path
|
|
|
62 |
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path
|
60 |
|
63 |
|
61 |
scm.repos.root = /tmp
|
64 |
scm.repos.root = /tmp
|
62 |
|
65 |
|
63 |
stats.sample_rate=0
|
66 |
stats.sample_rate=0
|
64 |
|
67 |
|