|
a/pyforge/development.ini |
|
b/pyforge/development.ini |
|
... |
|
... |
15 |
error_email_from = paste@localhost
|
15 |
error_email_from = paste@localhost
|
16 |
|
16 |
|
17 |
[server:main]
|
17 |
[server:main]
|
18 |
use = egg:Paste#http
|
18 |
use = egg:Paste#http
|
19 |
host = 0.0.0.0
|
19 |
host = 0.0.0.0
|
20 |
port = 50001
|
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 |
#lang = ru
|
25 |
#lang = ru
|
|
... |
|
... |
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:50065/solr/
|
36 |
solr.server = http://localhost:8983/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
|