|
a/Allura/test.ini |
|
b/Allura/test.ini |
|
... |
|
... |
49 |
# url_base is the prefix that references to the static resources should have
|
49 |
# url_base is the prefix that references to the static resources should have
|
50 |
ew.script_name = /nf/_ew_/
|
50 |
ew.script_name = /nf/_ew_/
|
51 |
ew.url_base = /nf/_ew_/
|
51 |
ew.url_base = /nf/_ew_/
|
52 |
static.script_name = /nf/_static_/
|
52 |
static.script_name = /nf/_static_/
|
53 |
static.url_base = /nf/_static_/
|
53 |
static.url_base = /nf/_static_/
|
|
|
54 |
|
|
|
55 |
scm.new_refresh = true
|
54 |
|
56 |
|
55 |
scm.host.ro.git = git://git.localhost$path
|
57 |
scm.host.ro.git = git://git.localhost$path
|
56 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
58 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
57 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
59 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
58 |
scm.host.https_anon.git = https://ocalhost:8022/scm-repo$path
|
60 |
scm.host.https_anon.git = https://ocalhost:8022/scm-repo$path
|