summaryrefslogtreecommitdiffstats
path: root/src/site/setup_war.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-10-27 08:58:39 -0400
committerJames Moger <james.moger@gitblit.com>2014-10-27 08:58:39 -0400
commit17ae31a20e9ad1294bc8a872644d90d61a9dd890 (patch)
treedc5b4cd697a58bd4f2fbc544812cb69900ea85c6 /src/site/setup_war.mkd
parent3ef46ee3e4a58a78b7cb6fe6c0b6f45da4ae21b9 (diff)
downloadgitblit-17ae31a20e9ad1294bc8a872644d90d61a9dd890.tar.gz
gitblit-17ae31a20e9ad1294bc8a872644d90d61a9dd890.zip
Adopt chain-loading properties as the default setup
Diffstat (limited to 'src/site/setup_war.mkd')
-rw-r--r--src/site/setup_war.mkd5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/site/setup_war.mkd b/src/site/setup_war.mkd
index a060bae1..21492b2a 100644
--- a/src/site/setup_war.mkd
+++ b/src/site/setup_war.mkd
@@ -31,3 +31,8 @@ This is a better way to configure your *baseFolder* because it survives WAR rede
1. Open TOMCAT_HOME/conf/context.xml
2. Insert an *Environment* node within the *Context* node.<pre>&lt;Environment name="baseFolder" type="java.lang.String" value="c:/projects/git/gitblit/data" override="false" /&gt;</pre>
+
+### Including Other Properties
+SINCE 1.7.0
+
+Gitblit supports loading it's settings from multiple properties files. You can achieve this using the `include=filename` key. This setting supports loading multiple files using a *comma* as the delimiter. They are processed in the order defined and they may be nested (i.e. your included properties may include properties, etc, etc).