Switch to side-by-side view

--- a/Allura/test.ini
+++ b/Allura/test.ini
@@ -45,6 +45,13 @@
 static.script_name = /nf/_static_/
 static.url_base = /nf/_static_/
 
+scm.host.ro.git = git://git.localhost$path
+scm.host.rw.git = ssh://$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.ro.svn = http://svn.localhost$path
+scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path
+
 stats.sample_rate=0
 
 [app:main_without_authn]