|
a/Allura/test.ini |
|
b/Allura/test.ini |
|
... |
|
... |
55 |
scm.new_refresh = true
|
55 |
scm.new_refresh = true
|
56 |
|
56 |
|
57 |
scm.host.ro.git = git://git.localhost$path
|
57 |
scm.host.ro.git = git://git.localhost$path
|
58 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
58 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
59 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
59 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
60 |
scm.host.https_anon.git = https://ocalhost:8022/scm-repo$path
|
60 |
scm.host.https_anon.git = https://localhost:8022/scm-repo$path
|
61 |
scm.host.ro.hg = http://hg.localhost$path
|
61 |
scm.host.ro.hg = http://hg.localhost$path
|
62 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
62 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
63 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
63 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
64 |
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
|
64 |
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
|
65 |
scm.host.ro.svn = http://svn.localhost$path/
|
65 |
scm.host.ro.svn = http://svn.localhost$path/
|