watch: add 'watch' support
[girocco/ztw.git] / cgi / Git / RepoCGI / Config.pm.in
blobc58f0006e7e71653f8b4e5b1304399cc272e9856
1 package Git::RepoCGI::Config;
3 use strict;
4 use warnings;
6 our %defaults = (
7 bin_path => '@bin_path@',
8 jail_path => '@jail_path@',
9 repomgr_path => '@repomgr_path@',
10 repodata_path => '@repodata_path@',
11 repo_path => '@repo_path@',
13 group_file => '@group_file@',
14 user_file => '@user_file@',
15 sshkeys_path => '@sshkeys_path@',
17 site_domain => '@site_domain@',
19 doghouse_path => '@doghouse_path@',