|
a/ForgeWiki/test.ini |
|
b/ForgeWiki/test.ini |
|
... |
|
... |
6 |
[DEFAULT]
|
6 |
[DEFAULT]
|
7 |
debug = true
|
7 |
debug = true
|
8 |
# Uncomment and replace with the address which should receive any error reports
|
8 |
# Uncomment and replace with the address which should receive any error reports
|
9 |
# email_to = you@yourdomain.com
|
9 |
# email_to = you@yourdomain.com
|
10 |
smtp_server = localhost
|
10 |
smtp_server = localhost
|
|
|
11 |
smtp_port = 8826
|
11 |
error_email_from = paste@localhost
|
12 |
error_email_from = paste@localhost
|
12 |
|
13 |
|
13 |
[server:main]
|
14 |
[server:main]
|
14 |
use = egg:Paste#http
|
15 |
use = egg:Paste#http
|
15 |
host = 0.0.0.0
|
16 |
host = 0.0.0.0
|
16 |
port = 5000
|
17 |
port = 5000
|
17 |
|
18 |
|
18 |
[app:main]
|
19 |
[app:main]
|
19 |
use = egg:pyforge#plugin_test
|
20 |
use = egg:pyforge#plugin_test
|
20 |
full_stack = true
|
21 |
full_stack = true
|
|
|
22 |
use_queue = true
|
21 |
|
23 |
|
22 |
cache_dir = %(here)s/data
|
24 |
cache_dir = %(here)s/data
|
23 |
beaker.session.key = pyforge
|
25 |
beaker.session.key = pyforge
|
24 |
beaker.session.type = cookie
|
26 |
beaker.session.type = cookie
|
25 |
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
|
27 |
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
|
26 |
beaker.session.validate_key = 714bfe3612c42390726f
|
28 |
beaker.session.validate_key = 714bfe3612c42390726f
|
27 |
|
29 |
|
|
|
30 |
auth.method = local
|
|
|
31 |
auth.ldap.server = ldap://localhost
|
|
|
32 |
auth.ldap.suffix = ou=people,dc=example,dc=com
|
|
|
33 |
auth.ldap.admin_dn = cn=admin,dc=example,dc=com
|
|
|
34 |
auth.ldap.admin_password = secret
|
|
|
35 |
|
|
|
36 |
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
|
|
|
37 |
|
|
|
38 |
static_root = /static/
|
|
|
39 |
|
28 |
# Ming setup
|
40 |
# Ming setup
|
29 |
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
|
41 |
ming.main.master = mongo://127.0.0.1:27017/pyforge:test
|
30 |
|
42 |
|
31 |
# SOLR setup
|
43 |
# SOLR setup
|
32 |
solr.server = http://localhost:50065/solr/
|
44 |
#solr.server = http://localhost:50065/solr/
|
|
|
45 |
solr.server = http://localhost:8983/solr/
|
33 |
|
46 |
|
34 |
sqlalchemy.url = sqlite:///%(here)s/devdata.db
|
47 |
sqlalchemy.url = sqlite:///%(here)s/devdata.db
|
35 |
#echo shouldn't be used together with the logging module.
|
48 |
#echo shouldn't be used together with the logging module.
|
36 |
sqlalchemy.echo = false
|
49 |
sqlalchemy.echo = false
|
37 |
sqlalchemy.echo_pool = false
|
50 |
sqlalchemy.echo_pool = false
|