configs/config_example.yaml (view raw)
1repo:
2 scanPath: /var/git
3 readme:
4 - readme
5 - README
6 - readme.md
7 - README.md
8 mainBranch:
9 - master
10dirs:
11 templates: ./templates
12 static: ./static
13meta:
14 favicon: favicon.svg
15 title: legit
16 description: Oui, il est le git!
17 syntaxHighlight: monokailight
18server:
19 name: example.org
20 host: 0.0.0.0
21 port: 5555