about summary refs log tree commit diff
path: root/contrib/config.example.edn
blob: b66317febf07e9cc96e94dcfe12703e632d1ff80 (plain)
1
2
3
4
5
6
7
8
9
10
11
; Example configuration for cgit-httpd for Debian.
{:http {:port 8080}
 :repos-root "/srv/git"
 :cgit {:cgi "/usr/lib/cgit/cgit.cgi"
        :config-file "/etc/cgitrc" ; See cgitrc(5).
        :assets-dir "/usr/share/cgit/"}
 :git {:cgi "/usr/lib/git-core/git-http-backend"
       ; If false, git-http-backend expects the magic file
       ; "git-daemon-export-ok" to exist in exportable repos.
       ; See git-http-backend(1).
       :export-all false}}