blob: 5acf53fb3f8492605428df3671bf03dcd92d4b0f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
---
cgit_hostname: "git.example.com"
cgit_port: 80
cgit_repos_dir: "/srv/git"
cgit_title: "git"
cgit_description: "personal git repositories"
cgit_clone_prefix: "https://{{ cgit_hostname }}"
cgit_ssh_user: "git"
|