aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2018-03-05 20:37:58 +0000
committerUbitUmarov2018-03-05 20:37:58 +0000
commitc5ce9b7be81414ea078477fe89e886bab3777edc (patch)
treea9d875de59c6da58208f7b489d44bc6e1f9c69c8 /bin/OpenSim.ini.example
parentchange SampleMoneyModule intialization, make it look for economymodule settin... (diff)
downloadopensim-SC_OLD-c5ce9b7be81414ea078477fe89e886bab3777edc.zip
opensim-SC_OLD-c5ce9b7be81414ea078477fe89e886bab3777edc.tar.gz
opensim-SC_OLD-c5ce9b7be81414ea078477fe89e886bab3777edc.tar.bz2
opensim-SC_OLD-c5ce9b7be81414ea078477fe89e886bab3777edc.tar.xz
make the setting economymodule visible on Economy section of OpenSimDefaults.ini and OpenSim.ini.example. This setting must be changed to allow other modules and disable our simple one. (ours does look for it at Startup section for legacy reasons)
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 14a41b0..21f9841 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -864,6 +864,10 @@
864 ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py" 864 ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py"
865 865
866[Economy] 866[Economy]
867 ; the economy module in use
868 ; To use other modules you need to override this setting
869 ; economymodule = BetaGridLikeMoneyModule
870
867 ;# {SellEnabled} {} {Enable selling for 0?} {true false} true 871 ;# {SellEnabled} {} {Enable selling for 0?} {true false} true
868 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). 872 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
869 ; There is no intention to implement anything further in core OpenSimulator. 873 ; There is no intention to implement anything further in core OpenSimulator.