|
a/pyforge/development.ini |
|
b/pyforge/development.ini |
|
... |
|
... |
24 |
full_stack = true
|
24 |
full_stack = true
|
25 |
#lang = ru
|
25 |
#lang = ru
|
26 |
cache_dir = %(here)s/data
|
26 |
cache_dir = %(here)s/data
|
27 |
beaker.session.key = pyforge
|
27 |
beaker.session.key = pyforge
|
28 |
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
|
28 |
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
|
|
|
29 |
|
|
|
30 |
# Ming setup
|
|
|
31 |
ming.main.master = mongo://127.0.0.1:27017/pyforge
|
29 |
|
32 |
|
30 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
33 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
31 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
34 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
32 |
# here:
|
35 |
# here:
|
33 |
#beaker.cache.data_dir = %(here)s/data/cache
|
36 |
#beaker.cache.data_dir = %(here)s/data/cache
|