blob: 02168d347779f90c21a5a4b469ec9dcd39c31e42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
cgit_hostname: "git.example.com"
cgit_port: 3000
cgit_repos_dir: "/srv/git"
cgit_title: "git"
cgit_description: "personal git repositories"
cgit_clone_prefix: "ssh://{{ cgit_ssh_user }}@{{ cgit_hostname }}"
cgit_ssh_user: "git"
cgit_proxy_host: "proxy.home.arpa"
|