-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
71 lines (71 loc) · 1.46 KB
/
config.yaml
File metadata and controls
71 lines (71 loc) · 1.46 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
application:
title: 'PWiki'
logo: ''
favicon: ''
repository: '/Users/parkerwilliams/GitRepos/pwill2.github.io'
docSubdir: ''
remote: 'origin'
pushInterval: 30
secret: change me
git: git
skipGitCheck: false
loggingMode: 1
pedanticMarkdown: true
gfmBreaks: true
staticWhitelist: '/\.png$/i, /\.jpg$/i, /\.gif$/i'
proxyPath: ''
authentication:
google:
enabled: false
clientId: replace me with the real value
clientSecret: replace me with the real value
redirectURL: ''
github:
enabled: true
clientId: 092a36b02a48dced7ec0
clientSecret: 418775051309114b03d810d60afd1516416bbef5
redirectURL: '/auth/github/callback'
ldap:
enabled: false
url: 'ldap://example.org:389'
bindDn: ''
bindCredentials: ''
searchBase: 'ou=people,dc=example,dc=org'
searchFilter: '(uid={{username}})'
searchAttributes: ''
local:
enabled: false
accounts:
- username: ''
passwordHash: ''
email: ''
features:
markitup: false
codemirror: true
gravatar: true
server:
hostname: localhost
port: 6067
localOnly: false
baseUrl: ''
CORS:
enabled: false
allowedOrigin: '*'
authorization:
anonRead: true
validMatches: .+
emptyEmailMatches: true
pages:
index: Home
title:
fromFilename: true
fromContent: false
asciiOnly: false
lowercase: true
itemsPerPage: 10
customizations:
sidebar: _sidebar.md
footer: _footer.md
style: _style.css
script: _script.js