--- a/pyforge/demo.ini
+++ b/pyforge/demo.ini
@@ -8,12 +8,15 @@
# and generally should not be modified by end users.
[DEFAULT]
-debug = false
+debug = true
# Uncomment and replace with the address which should receive any error reports
#email_to = you@yourdomain.com
smtp_server = localhost
-smtp_port = 50088
+smtp_port = 50089
error_email_from = paste@localhost
+forgemail.host = 0.0.0.0
+forgemail.port = 50088
+
[server:main]
use = egg:Paste#http
@@ -52,8 +55,7 @@
oembed.host = oembed.newforge-2.sf.geek.net
# SOLR setup
-#solr.server = http://localhost:8983/solr
-solr.server = http://localhost:50065/solr
+solr.server = http://localhost:50065/solr/forge
# 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