diff options
author | UbitUmarov | 2019-01-31 12:14:29 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-31 12:14:29 +0000 |
commit | 76b777b1fb385cba345b0f6d5454689fb68ce428 (patch) | |
tree | c5f898c2d7aaa8b17781550abeff4d203cdc108d /bin/OpenSim.ini.example | |
parent | cosmetics (diff) | |
download | opensim-SC-76b777b1fb385cba345b0f6d5454689fb68ce428.zip opensim-SC-76b777b1fb385cba345b0f6d5454689fb68ce428.tar.gz opensim-SC-76b777b1fb385cba345b0f6d5454689fb68ce428.tar.bz2 opensim-SC-76b777b1fb385cba345b0f6d5454689fb68ce428.tar.xz |
remove MRM module (minimodule). Its outdated and we have no maintainers. Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;)
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2c3ad63..58deb5e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1054,30 +1054,6 @@ | |||
1054 | Include-osslEnable = "config-include/osslEnable.ini" | 1054 | Include-osslEnable = "config-include/osslEnable.ini" |
1055 | 1055 | ||
1056 | 1056 | ||
1057 | [MRM] | ||
1058 | ;; Enables the Mini Region Modules Script Engine. | ||
1059 | ; Enabled = false | ||
1060 | |||
1061 | ;; Runs MRM in a Security Sandbox | ||
1062 | ;; WARNING: DISABLING IS A SECURITY RISK. | ||
1063 | ; Sandboxed = true | ||
1064 | |||
1065 | ;; The level sandbox to use, adjust at your OWN RISK. | ||
1066 | ;; Valid values are: | ||
1067 | ;; * FullTrust | ||
1068 | ;; * SkipVerification | ||
1069 | ;; * Execution | ||
1070 | ;; * Nothing | ||
1071 | ;; * LocalIntranet | ||
1072 | ;; * Internet | ||
1073 | ;; * Everything | ||
1074 | ; SandboxLevel = "Internet" | ||
1075 | |||
1076 | ;; Only allow Region Owners to run MRMs | ||
1077 | ;; May represent a security risk if you disable this. | ||
1078 | ; OwnerOnly = true | ||
1079 | |||
1080 | |||
1081 | [FreeSwitchVoice] | 1057 | [FreeSwitchVoice] |
1082 | ;; In order for this to work you need a functioning FreeSWITCH PBX set up. | 1058 | ;; In order for this to work you need a functioning FreeSWITCH PBX set up. |
1083 | ;; Configuration details at http://opensimulator.org/wiki/Freeswitch_Module | 1059 | ;; Configuration details at http://opensimulator.org/wiki/Freeswitch_Module |