aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
blob: a0b7a668d91d7a1e9c2977b9ffe32f8f6b9faff9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
repo:
  scanPath: /srv/git
  readme:
    - readme
    - README
    - readme.md
    - README.md
  mainBranch:
    - master
    - main
dirs:
  templates: ./templates
  static: ./static
meta:
  title: legitrx
  description: Runxi Yu's git server thing
server:
  name: git.runxiyu.org
  host: 127.0.0.1
  port: 5555