|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
74 |
# static.url_base = ://a.fsdn.com/allura/nf/%(build_key)s/_static_/
|
74 |
# static.url_base = ://a.fsdn.com/allura/nf/%(build_key)s/_static_/
|
75 |
# cdn.url_base = //a.fsdn.com/allura
|
75 |
# cdn.url_base = //a.fsdn.com/allura
|
76 |
|
76 |
|
77 |
ew.extra_headers = [ ('Access-Control-Allow-Origin', '*') ]
|
77 |
ew.extra_headers = [ ('Access-Control-Allow-Origin', '*') ]
|
78 |
|
78 |
|
|
|
79 |
# SCM settings for local development
|
|
|
80 |
scm.host.ro.git = /tmp/git$path
|
|
|
81 |
scm.host.rw.git = /tmp/git$path
|
|
|
82 |
# remote access varies by configuration. If you are using a vagrant VM, this should work:
|
|
|
83 |
#scm.host.rw.git = ssh://vagrant@localhost:2222/tmp/git$path
|
|
|
84 |
scm.host.ro.hg = /tmp/hg$path
|
|
|
85 |
scm.host.rw.hg = /tmp/hg$path
|
|
|
86 |
scm.host.ro.svn = file:///tmp/svn$path/
|
|
|
87 |
scm.host.rw.svn = file:///tmp/svn$path/
|
|
|
88 |
|
|
|
89 |
# SCM settings for chroot + ldap configuration. See Allura/docs/scm_host.rst
|
79 |
scm.host.ro.git = git://git.localhost$path
|
90 |
# scm.host.ro.git = git://git.localhost$path
|
80 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
91 |
# scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
|
|
92 |
# scm.host.ro.hg = http://hg.localhost$path
|
|
|
93 |
# scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
|
|
94 |
# scm.host.ro.svn = http://svn.localhost$path/
|
|
|
95 |
# scm.host.rw.svn = svn+ssh://localhost:8022/scm-repo$path/
|
|
|
96 |
|
|
|
97 |
# SCM settings for https (sorry no docs for setting these up)
|
|
|
98 |
# these settings are currently required by the template, no matter what
|
81 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
99 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
82 |
scm.host.https_anon.git = https://localhost:8022/scm-repo$path
|
100 |
scm.host.https_anon.git = https://localhost:8022/scm-repo$path
|
83 |
scm.host.ro.hg = http://hg.localhost$path
|
|
|
84 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
|
|
85 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
101 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
86 |
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
|
102 |
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
|
87 |
scm.host.ro.svn = http://svn.localhost$path/
|
|
|
88 |
scm.host.rw.svn = svn+ssh://localhost:8022/scm-repo$path/
|
|
|
89 |
scm.host.https.svn = https://localhost:8022/scm-repo$path/
|
103 |
scm.host.https.svn = https://localhost:8022/scm-repo$path/
|
90 |
scm.host.https_anon.svn = https://localhost:8022/scm-repo$path/
|
104 |
scm.host.https_anon.svn = https://localhost:8022/scm-repo$path/
|
91 |
|
105 |
|
92 |
scm.clone.git = git clone $source_url $dest_path
|
106 |
scm.clone.git = git clone $source_url $dest_path
|
93 |
scm.clone.hg = hg clone $source_url $dest_path
|
107 |
scm.clone.hg = hg clone $source_url $dest_path
|