summaryrefslogtreecommitdiffstats
path: root/distrib/gitblit.properties
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-09-07 22:06:15 -0400
committerJames Moger <james.moger@gitblit.com>2012-09-07 22:06:15 -0400
commit13a3f5bc3e2d25fc76850f86070dc34efe60d77a (patch)
tree9cb0c3915fae0d673843eaa5b18a6758116e45e4 /distrib/gitblit.properties
parentf4c326e2b6167b2eda1135b6d332ebce7a583dd9 (diff)
downloadgitblit-13a3f5bc3e2d25fc76850f86070dc34efe60d77a.tar.gz
gitblit-13a3f5bc3e2d25fc76850f86070dc34efe60d77a.zip
Draft project pages, project metadata, and RSS feeds
This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model.
Diffstat (limited to 'distrib/gitblit.properties')
-rw-r--r--distrib/gitblit.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 80cbb7e1..c7f0ae35 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -290,6 +290,11 @@ web.authenticateAdminPages = true
# SINCE 0.5.0
web.allowCookieAuthentication = true
+# Config file for storing project metadata
+#
+# SINCE 1.2.0
+web.projectsFile = projects.conf
+
# Either the full path to a user config file (users.conf)
# OR the full path to a simple user properties file (users.properties)
# OR a fully qualified class name that implements the IUserService interface.