summarylogtreecommitdiffstats
path: root/config-example.yaml
blob: f609a2994342e3cd157e8ef8bb5ce034d4cbca14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
repo:
  scanPath: /var/git
  readme:
    - readme
    - README
    - readme.md
    - README.md
  mainBranch:
    - master
    - main
  ignore:
    - foo
    - bar
dirs:
  templates: /usr/share/legit/templates
  static: /usr/share/legi/static
meta:
  title: git good
  description: i think it's a skill issue
server:
  name: git.icyphox.sh
  host: 127.0.0.1
  port: 5555