From a88bc50a168ae729307740fa84540e9571258b13 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Tue, 30 Dec 2014 20:05:12 -0800 Subject: Add support for expansion of key values in nini config files. Add loading of 3rd-party addin inis automatically. --- bin/OpenSim.ini.example | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bin/OpenSim.ini.example') 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 @@ ;; Place to create a PID file ; PIDFile = "/tmp/OpenSim.exe.pid" + ;# {RegistryLocation} {} {Addins Registry Location} {} + ; Set path to directory for addin registry if you want addins outside of bin. + ; Information about the registered repositories and installed plugins will + ; be stored here. The OpenSim.exe process must have R/W access to the location. + ; RegistryLocation = "." + + ;# {Include-Addins} {} {Loads all inis of all addins} {} + ; Leave this as is if you want 3rd-party addins to be automatically initialized. + Include-Addins = "${RegistryLocation}/addins/*/*.ini" + ;# {region_info_source} {} {Where to load region from?} {filesystem web} filesystem ;; Determine where OpenSimulator looks for the files which tell it ;; which regions to server -- cgit v1.1