RepoCGI: move site params to Git::RepoCGI::Config
[girocco/ztw.git] / cgi / Git / RepoCGI / Config.pm.in
blobc6d0af7c2e300a678fde27687a7bac7345319a3b
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@',