Add Apache specific section to docs.
[catagits/Gitalist.git] / gitalist_local.conf
1 <Model::CollectionOfRepos>
2     # This is set so that if you run Gitalist out of a git checkout then you
3     # can browse the repositories the directory level above your checkout.
4     # This file is suppressed from the built dist by MANIFEST.SKIP, so you
5     # don't have this config if you install from CPAN.
6     repo_dir __path_to(../)__
7     search_recursively 0
8     # export_ok .export-ok
9     # whitelist __path_to(../project.list)__
10 </Model::CollectionOfRepos>
11