--- a/pyforge/development.ini
+++ b/pyforge/development.ini
@@ -17,7 +17,7 @@
[server:main]
use = egg:Paste#http
host = 0.0.0.0
-port = 50001
+port = 8080
[app:main]
use = egg:pyforge
@@ -33,7 +33,7 @@
ming.main.master = mongo://127.0.0.1:27017/pyforge
# SOLR setup
-solr.server = http://localhost:50065/solr/
+solr.server = http://localhost:8983/solr/
# 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