|
a/pyforge/development.ini |
|
b/pyforge/development.ini |
|
... |
|
... |
42 |
static_root = /static/
|
42 |
static_root = /static/
|
43 |
|
43 |
|
44 |
# Ming setup
|
44 |
# Ming setup
|
45 |
ming.main.master = mongo://127.0.0.1:27017/pyforge
|
45 |
ming.main.master = mongo://127.0.0.1:27017/pyforge
|
46 |
|
46 |
|
|
|
47 |
# RabbitMQ setup
|
|
|
48 |
amqp.hostname = localhost
|
|
|
49 |
amqp.port = 5672
|
|
|
50 |
amqp.userid = testuser
|
|
|
51 |
amqp.password = testpw
|
|
|
52 |
amqp.vhost = testvhost
|
|
|
53 |
|
47 |
# OpenID setup
|
54 |
# OpenID setup
|
48 |
openid.realm = http://localhost:8080/
|
55 |
openid.realm = http://localhost:8080/
|
49 |
|
56 |
|
50 |
# OEmbed Setup
|
57 |
# OEmbed Setup
|
51 |
oembed.config = %(here)s/oembed.ini
|
58 |
oembed.config = %(here)s/oembed.ini
|
52 |
oembed.host = oembed.localhost.localdomain:8080
|
59 |
oembed.host = oembed.localhost.localdomain:8080
|
53 |
|
60 |
|
54 |
# SOLR setup
|
61 |
# SOLR setup
|
55 |
solr.server = http://localhost:8983/solr
|
62 |
solr.server = http://localhost:8983/solr/core0
|
56 |
|
63 |
|
57 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
64 |
# If you'd like to fine-tune the individual locations of the cache data dirs
|
58 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
65 |
# for the Cache data, or the Session saves, un-comment the desired settings
|
59 |
# here:
|
66 |
# here:
|
60 |
#beaker.cache.data_dir = %(here)s/data/cache
|
67 |
#beaker.cache.data_dir = %(here)s/data/cache
|