Switch to side-by-side view

--- a/pyforge/development.ini
+++ b/pyforge/development.ini
@@ -44,6 +44,13 @@
 # Ming setup
 ming.main.master = mongo://127.0.0.1:27017/pyforge
 
+# RabbitMQ setup
+amqp.hostname = localhost
+amqp.port = 5672
+amqp.userid = testuser
+amqp.password = testpw
+amqp.vhost = testvhost
+
 # OpenID setup
 openid.realm = http://localhost:8080/
 
@@ -52,7 +59,7 @@
 oembed.host = oembed.localhost.localdomain:8080
 
 # SOLR setup
-solr.server = http://localhost:8983/solr
+solr.server = http://localhost:8983/solr/core0
 
 # If you'd like to fine-tune the individual locations of the cache data dirs
 # for the Cache data, or the Session saves, un-comment the desired settings