|
a/pyforge/demo.ini |
|
b/pyforge/demo.ini |
|
... |
|
... |
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 = 50089
|
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 |
|
|
|
20 |
|
17 |
|
21 |
[server:main]
|
18 |
[server:main]
|
22 |
use = egg:Paste#http
|
19 |
use = egg:Paste#http
|
23 |
host = 0.0.0.0
|
20 |
host = 0.0.0.0
|
24 |
port = 50086
|
21 |
port = 50086
|
|
... |
|
... |
54 |
oembed.config = %(here)s/oembed.ini
|
51 |
oembed.config = %(here)s/oembed.ini
|
55 |
oembed.host = oembed.newforge-2.sf.geek.net
|
52 |
oembed.host = oembed.newforge-2.sf.geek.net
|
56 |
|
53 |
|
57 |
# SOLR setup
|
54 |
# SOLR setup
|
58 |
solr.server = http://localhost:50065/solr/forge
|
55 |
solr.server = http://localhost:50065/solr/forge
|
|
|
56 |
|
|
|
57 |
# Forgemail server
|
|
|
58 |
forgemail.host = 0.0.0.0
|
|
|
59 |
forgemail.port = 50088
|
|
|
60 |
forgemail.domain = .in.sf.net
|
59 |
|
61 |
|
60 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
62 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
61 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
63 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
62 |
# here:
|
64 |
# here:
|
63 |
#beaker.cache.data_dir = %(here)s/data/cache
|
65 |
#beaker.cache.data_dir = %(here)s/data/cache
|