diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2011-12-08 03:57:52 +0800 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2011-12-16 04:52:34 +0800 |
commit | b7284a90a6bc4275c2c6acc316758bc838fe29d2 (patch) | |
tree | 40143bb3e5843415aff926caa53de664c282b293 | |
parent | 46d5fa9b5083163118e8bb4ed33943f5d51ee065 (diff) | |
download | manaserv-b7284a90a6bc4275c2c6acc316758bc838fe29d2.tar.gz manaserv-b7284a90a6bc4275c2c6acc316758bc838fe29d2.tar.bz2 manaserv-b7284a90a6bc4275c2c6acc316758bc838fe29d2.tar.xz manaserv-b7284a90a6bc4275c2c6acc316758bc838fe29d2.zip |
Added explanation for include feature in the configuration file
Reviewed-by: Bertram.
-rw-r--r-- | docs/manaserv.xml.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example index 3ce0b419..fdb872e1 100644 --- a/docs/manaserv.xml.example +++ b/docs/manaserv.xml.example @@ -8,6 +8,13 @@ don't forget to update the wiki documentation! --> <configuration> +<!-- + Note that you can split the config into multiple files. For example you can + create a global config file and let server specific settings into others, + including the main one. + Including works like this: + <include file="otherconfig.xml" /> +--> <!-- Database configuration *************************************************** Uncomment one of the following parts according to the database backend you |