--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -69,10 +69,13 @@
scm.host.ro.git = git://git.localhost$path
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
+scm.host.https.git = https://$username@localhost:8022/scm-repo$path
scm.host.ro.hg = http://hg.localhost$path
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
+scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
scm.host.ro.svn = http://svn.localhost$path
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path
+scm.host.https.svn = https://$username@localhost:8022/scm-repo$path
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi