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/OpenSim.ini.example | |
parent | Renamed VERSION_NUMBER to VersionNumber (diff) | |
download | opensim-SC-a88bc50a168ae729307740fa84540e9571258b13.zip opensim-SC-a88bc50a168ae729307740fa84540e9571258b13.tar.gz opensim-SC-a88bc50a168ae729307740fa84540e9571258b13.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6d8c2bf..02ca13e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -95,6 +95,16 @@ | |||
95 | ;; Place to create a PID file | 95 | ;; Place to create a PID file |
96 | ; PIDFile = "/tmp/OpenSim.exe.pid" | 96 | ; PIDFile = "/tmp/OpenSim.exe.pid" |
97 | 97 | ||
98 | ;# {RegistryLocation} {} {Addins Registry Location} {} | ||
99 | ; Set path to directory for addin registry if you want addins outside of bin. | ||
100 | ; Information about the registered repositories and installed plugins will | ||
101 | ; be stored here. The OpenSim.exe process must have R/W access to the location. | ||
102 | ; RegistryLocation = "." | ||
103 | |||
104 | ;# {Include-Addins} {} {Loads all inis of all addins} {} | ||
105 | ; Leave this as is if you want 3rd-party addins to be automatically initialized. | ||
106 | Include-Addins = "${RegistryLocation}/addins/*/*.ini" | ||
107 | |||
98 | ;# {region_info_source} {} {Where to load region from?} {filesystem web} filesystem | 108 | ;# {region_info_source} {} {Where to load region from?} {filesystem web} filesystem |
99 | ;; Determine where OpenSimulator looks for the files which tell it | 109 | ;; Determine where OpenSimulator looks for the files which tell it |
100 | ;; which regions to server | 110 | ;; which regions to server |