|
a/pyforge/development.ini |
|
b/pyforge/development.ini |
|
... |
|
... |
20 |
port = 8080
|
20 |
port = 8080
|
21 |
|
21 |
|
22 |
[app:main]
|
22 |
[app:main]
|
23 |
use = egg:pyforge
|
23 |
use = egg:pyforge
|
24 |
full_stack = true
|
24 |
full_stack = true
|
|
|
25 |
use_queue = true
|
25 |
#lang = ru
|
26 |
#lang = ru
|
26 |
cache_dir = %(here)s/data
|
27 |
cache_dir = %(here)s/data
|
27 |
beaker.session.key = pyforge
|
28 |
beaker.session.key = pyforge
|
28 |
beaker.session.type = cookie
|
29 |
beaker.session.type = cookie
|
29 |
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
|
30 |
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
|
|
... |
|
... |
33 |
|
34 |
|
34 |
# Ming setup
|
35 |
# Ming setup
|
35 |
ming.main.master = mongo://127.0.0.1:27017/pyforge
|
36 |
ming.main.master = mongo://127.0.0.1:27017/pyforge
|
36 |
|
37 |
|
37 |
# SOLR setup
|
38 |
# SOLR setup
|
38 |
solr.server = http://localhost:8983/solr/
|
39 |
solr.server = http://localhost:8983/solr
|
39 |
|
40 |
|
40 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
41 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
41 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
42 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
42 |
# here:
|
43 |
# here:
|
43 |
#beaker.cache.data_dir = %(here)s/data/cache
|
44 |
#beaker.cache.data_dir = %(here)s/data/cache
|