|
a/pyforge/development.ini |
|
b/pyforge/development.ini |
|
... |
|
... |
58 |
oembed.config = %(here)s/oembed.ini
|
58 |
oembed.config = %(here)s/oembed.ini
|
59 |
oembed.host = oembed.localhost.localdomain:8080
|
59 |
oembed.host = oembed.localhost.localdomain:8080
|
60 |
|
60 |
|
61 |
# SOLR setup
|
61 |
# SOLR setup
|
62 |
solr.server = http://localhost:8983/solr/core0
|
62 |
solr.server = http://localhost:8983/solr/core0
|
|
|
63 |
|
|
|
64 |
# Forgemail server
|
|
|
65 |
forgemail.host = 0.0.0.0
|
|
|
66 |
forgemail.port = 8825
|
|
|
67 |
forgemail.domain = .in.sf.net
|
63 |
|
68 |
|
64 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
69 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
65 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
70 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
66 |
# here:
|
71 |
# here:
|
67 |
#beaker.cache.data_dir = %(here)s/data/cache
|
72 |
#beaker.cache.data_dir = %(here)s/data/cache
|