Switch to unified view

a/pyforge/demo.ini b/pyforge/demo.ini
...
...
6
# This file is for deployment specific config options -- other configuration
6
# This file is for deployment specific config options -- other configuration
7
# that is always required for the app is done in the config directory, 
7
# that is always required for the app is done in the config directory, 
8
# and generally should not be modified by end users. 
8
# and generally should not be modified by end users. 
9
9
10
[DEFAULT]
10
[DEFAULT]
11
debug = false
11
debug = true
12
# Uncomment and replace with the address which should receive any error reports
12
# Uncomment and replace with the address which should receive any error reports
13
#email_to = you@yourdomain.com
13
#email_to = you@yourdomain.com
14
smtp_server = localhost
14
smtp_server = localhost
15
smtp_port = 50088
15
smtp_port = 50089
16
error_email_from = paste@localhost
16
error_email_from = paste@localhost
17
forgemail.host = 0.0.0.0
18
forgemail.port = 50088
19
17
20
18
[server:main]
21
[server:main]
19
use = egg:Paste#http
22
use = egg:Paste#http
20
host = 0.0.0.0 
23
host = 0.0.0.0 
21
port = 50086
24
port = 50086
...
...
50
# OEmbed Setup
53
# OEmbed Setup
51
oembed.config = %(here)s/oembed.ini
54
oembed.config = %(here)s/oembed.ini
52
oembed.host = oembed.newforge-2.sf.geek.net
55
oembed.host = oembed.newforge-2.sf.geek.net
53
56
54
# SOLR setup
57
# SOLR setup
55
#solr.server = http://localhost:8983/solr
56
solr.server = http://localhost:50065/solr
58
solr.server = http://localhost:50065/solr/forge
57
59
58
# If you'd like to fine-tune the individual locations of the cache data dirs
60
# If you'd like to fine-tune the individual locations of the cache data dirs
59
# for the Cache data, or the Session saves, un-comment the desired settings
61
# for the Cache data, or the Session saves, un-comment the desired settings
60
# here:
62
# here:
61
#beaker.cache.data_dir = %(here)s/data/cache
63
#beaker.cache.data_dir = %(here)s/data/cache