|
a/pyforge/development.ini |
|
b/pyforge/development.ini |
|
... |
|
... |
31 |
|
31 |
|
32 |
# Ming setup
|
32 |
# Ming setup
|
33 |
ming.main.master = mongo://127.0.0.1:27017/pyforge
|
33 |
ming.main.master = mongo://127.0.0.1:27017/pyforge
|
34 |
|
34 |
|
35 |
# SOLR setup
|
35 |
# SOLR setup
|
36 |
solr.server = http://localhost:8983/solr/
|
36 |
solr.server = http://localhost:50065/solr/
|
37 |
|
37 |
|
38 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
38 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
39 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
39 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
40 |
# here:
|
40 |
# here:
|
41 |
#beaker.cache.data_dir = %(here)s/data/cache
|
41 |
#beaker.cache.data_dir = %(here)s/data/cache
|