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/OpenSimDefaults.ini | |
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/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 38b4e0f..0dd501b 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1952,31 +1952,6 @@ | |||
1952 | ;broker = "http://broker.place.com/{1}" | 1952 | ;broker = "http://broker.place.com/{1}" |
1953 | 1953 | ||
1954 | 1954 | ||
1955 | [MRM] | ||
1956 | ; Enables the Mini Region Modules Script Engine. | ||
1957 | ; default is false | ||
1958 | Enabled = false | ||
1959 | |||
1960 | ; Runs MRM in a Security Sandbox | ||
1961 | ; WARNING: DISABLING IS A SECURITY RISK. | ||
1962 | Sandboxed = true | ||
1963 | |||
1964 | ; The level sandbox to use, adjust at your OWN RISK. | ||
1965 | ; Valid values are: | ||
1966 | ; * FullTrust | ||
1967 | ; * SkipVerification | ||
1968 | ; * Execution | ||
1969 | ; * Nothing | ||
1970 | ; * LocalIntranet | ||
1971 | ; * Internet | ||
1972 | ; * Everything | ||
1973 | SandboxLevel = "Internet" | ||
1974 | |||
1975 | ; Only allow Region Owners to run MRMs | ||
1976 | ; May represent a security risk if you disable this. | ||
1977 | OwnerOnly = true | ||
1978 | |||
1979 | |||
1980 | [Hypergrid] | 1955 | [Hypergrid] |
1981 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory | 1956 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory |
1982 | safemode = false | 1957 | safemode = false |