Add Apache specific section to docs.
[catagits/Gitalist.git] / gitalist.conf
index 55a06ed..3b70911 100644 (file)
@@ -1,3 +1,19 @@
-# rename this file to Gitalist.yml and put a ':' in front of 'name' if
-# you want to use YAML like in old versions of Catalyst
 name Gitalist
+
+<Model::CollectionOfRepos>
+    #git /path/to/git
+    # Configure this to where your repositories are.
+    # repo_dir __path_to(../)__
+</Model::CollectionOfRepos>
+
+sitename "A Gitalist"
+
+<paging>
+  log = 20
+  summary = 17
+</paging>
+
+# Support gitweb patches action.
+<patches>
+  max = 16
+</patches>