|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
39 |
beaker.session.type = cookie
|
39 |
beaker.session.type = cookie
|
40 |
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
|
40 |
beaker.session.secret = 61ece7db-ba8d-49fe-a923-ab444741708c
|
41 |
beaker.session.validate_key = 714bfe3612c42390726f
|
41 |
beaker.session.validate_key = 714bfe3612c42390726f
|
42 |
|
42 |
|
43 |
registration.method = local
|
43 |
registration.method = local
|
44 |
theme = sftheme
|
44 |
# theme = sftheme
|
|
|
45 |
theme = allura
|
45 |
|
46 |
|
|
|
47 |
auth.method = ldap
|
46 |
auth.method = local
|
48 |
# auth.method = local
|
47 |
# auth.login_url = /auth/
|
49 |
# auth.login_url = /auth/
|
48 |
# auth.logout_url = /auth/logout
|
50 |
# auth.logout_url = /auth/logout
|
49 |
|
51 |
|
50 |
auth.ldap.server = ldap://localhost
|
52 |
auth.ldap.server = ldap://localhost
|
51 |
auth.ldap.suffix = ou=people,dc=example,dc=com
|
53 |
auth.ldap.suffix = ou=people,dc=localdomain
|
52 |
auth.ldap.admin_dn = cn=admin,dc=example,dc=com
|
54 |
auth.ldap.admin_dn = cn=admin,dc=localdomain
|
53 |
auth.ldap.admin_password = secret
|
55 |
auth.ldap.admin_password = secret
|
|
|
56 |
auth.ldap.schroot_name = scm
|
54 |
|
57 |
|
55 |
# Set the locations of some static resources
|
58 |
# Set the locations of some static resources
|
56 |
# script_name is the path that is handled by the application
|
59 |
# script_name is the path that is handled by the application
|
57 |
# url_base is the prefix that references to the static resources should have
|
60 |
# url_base is the prefix that references to the static resources should have
|
58 |
no_redirect.pattern = /nf/\d+/_(ew|static)_/.*
|
61 |
no_redirect.pattern = /nf/\d+/_(ew|static)_/.*
|
|
... |
|
... |
62 |
static.script_name = /nf/%(build_key)s/_static_/
|
65 |
static.script_name = /nf/%(build_key)s/_static_/
|
63 |
static.url_base = /nf/%(build_key)s/_static_/
|
66 |
static.url_base = /nf/%(build_key)s/_static_/
|
64 |
# static.url_base = ://a.fsdn.com/allura/nf/%(build_key)s/_static_/
|
67 |
# static.url_base = ://a.fsdn.com/allura/nf/%(build_key)s/_static_/
|
65 |
# cdn.url_base = //a.fsdn.com/allura
|
68 |
# cdn.url_base = //a.fsdn.com/allura
|
66 |
|
69 |
|
|
|
70 |
scm.host.ro.git =
|
|
|
71 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
|
|
72 |
scm.host.ro.hg =
|
|
|
73 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
|
|
74 |
scm.host.ro.svn =
|
|
|
75 |
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path
|
|
|
76 |
|
67 |
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
|
77 |
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
|
68 |
|
78 |
|
69 |
# Ming setup
|
79 |
# Ming setup
|
70 |
ming.main.master = mongodb://127.0.0.1:27017
|
80 |
ming.main.master = mongodb://127.0.0.1:27017
|
71 |
ming.project.master = mongodb://127.0.0.1:27017
|
81 |
ming.project.master = mongodb://127.0.0.1:27017
|