blob: ef28dadccfc3b8d47ff54e4f9f58d188d084d18a (
plain)
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
|
verbose:
# Display all logs until the given value (inclusive)
# 1 panic
# 2 fatal
# 3 error
# 4 warn
# 5 info
# 6 debug
# 7 trace
level: 7
server:
bindip: "0.0.0.0"
listenport: "8085"
root: "/"
# value to display as the site's title
name: "emile.space"
time:
# use the format below for describing the individual values
#
# Jan 2 15:04:05 2006 MST
format: "2006-01-02 03:04:05 MST"
hash:
# EXAMPLE SALT: DO NOT USE IN PRODUCTION!
salt: "eisheegeephooph6eT9uteuk1ohche6quaedoh2laet8ceboo4yulah6eshoemie"
hide:
# hide files starting with a dot
files: true
# hide files with the given extensions
extensions:
- aux
- log
- out
- synctex.gz
- tex
- toc
view:
# display files with the following extensions in the browser directly
extensions:
- txt
- md
|