-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitit.conf
More file actions
53 lines (33 loc) · 758 Bytes
/
gitit.conf
File metadata and controls
53 lines (33 loc) · 758 Bytes
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
address: 0.0.0.0
port: 8000
static-dir: static
templates-dir: templates
repository-path: wikidata
log-file: logs/gitit.log
log-level: WARNING
user-file: users/gitit-users
debug-mode: no
use-cache: no
require-authentication: modify
authentication-method: form
wiki-title: Recursive Wiki
default-extension: md
default-page-type: Markdown
math: raw
front-page: README
no-delete: README
no-edit:
default-summary: Updated using web interface.
delete-summary: Deleted using web interface.
max-page-size: 100K
max-upload-size: 100K
compress-responses: yes
mime-types-file: /etc/mime.types
mail-command:
reset-password-message:
use-feed: no
base-url: wiki.recursive.one
absolute-urls: no
pdf-export: no
xss-sanitize: yes
recent-activity-days: 30