diff options
author | Diva Canto | 2014-12-30 20:05:12 -0800 |
---|---|---|
committer | Diva Canto | 2014-12-30 20:05:12 -0800 |
commit | a88bc50a168ae729307740fa84540e9571258b13 (patch) | |
tree | 67ed1412fd59d72aa7ef357c51c832e98e3a43db /bin/OpenSimDefaults.ini | |
parent | Renamed VERSION_NUMBER to VersionNumber (diff) | |
download | opensim-SC_OLD-a88bc50a168ae729307740fa84540e9571258b13.zip opensim-SC_OLD-a88bc50a168ae729307740fa84540e9571258b13.tar.gz opensim-SC_OLD-a88bc50a168ae729307740fa84540e9571258b13.tar.bz2 opensim-SC_OLD-a88bc50a168ae729307740fa84540e9571258b13.tar.xz |
Add support for expansion of key values in nini config files.
Add loading of 3rd-party addin inis automatically.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3e9514e..73fe59c 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -75,7 +75,7 @@ | |||
75 | ; Set path to directory for plugin registry. Information about the | 75 | ; Set path to directory for plugin registry. Information about the |
76 | ; registered repositories and installed plugins will be stored here. | 76 | ; registered repositories and installed plugins will be stored here. |
77 | ; The OpenSim.exe process must have R/W access to the location. | 77 | ; The OpenSim.exe process must have R/W access to the location. |
78 | ; RegistryLocation = "." | 78 | RegistryLocation = "." |
79 | 79 | ||
80 | ; ## | 80 | ; ## |
81 | ; ## CLIENTS | 81 | ; ## CLIENTS |
@@ -1877,3 +1877,4 @@ | |||
1877 | 1877 | ||
1878 | [Modules] | 1878 | [Modules] |
1879 | Include-modules = "addon-modules/*/config/*.ini" | 1879 | Include-modules = "addon-modules/*/config/*.ini" |
1880 | |||