-
Notifications
You must be signed in to change notification settings - Fork 14
/
dojodocs.sample.conf
38 lines (32 loc) · 955 Bytes
/
dojodocs.sample.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[/]
tools.auth.on=True
[/_static]
tools.staticdir.on = True
tools.staticdir.dir = "/path/to/rstwiki/_static"
# after default build, this is /path/to/rstwiki/_static/release/trunk/
[auth]
type="ldap"
adminGroup="toolkit-source"
[wiki]
root = "/path/to/rstwiki/dojodocs"
enable_vcs = True
editable = True
# despite enable_vcs False, we'll show blame/history/browse links
githubroot = "https://github.com/dojo/docs"
branch = "master" #unused here
[vcs]
type="git"
repo="git@github.com:dojo/docs.git"
push.enabled= True
#push.delay not re-enabled yet
#push.delay=10
postrecieve="/puuuuuuul" #enabled github post-recieve hook for sync
branch="master"
[ldap]
base_dn="ou=people,dc=somewhere,dc=org"
bind_dn="uid=SomeUserWithPrivs,dc=somewhere,dc=org"
bind_password="somepassword"
host="ldap://localhost"
user_filter="(objectclass=person)"
user_attributes=['cn','dn','firstname','givenname','mail','githubuid']
groupBaseDn="ou=group,dc=somewhere,dc=org"