diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/protocols.ini.defaults (renamed from bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example) | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example b/bin/config.preview.donotuseyet-v2/defaults/protocols.ini.defaults index 965e1c7..e795a10 100644 --- a/bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example +++ b/bin/config.preview.donotuseyet-v2/defaults/protocols.ini.defaults | |||
@@ -1,10 +1,4 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | 1 | ; Communication protocols settings |
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | 2 | ||
9 | [ClientStack.LindenUDP] | 3 | [ClientStack.LindenUDP] |
10 | ; This is the multiplier applied to all client throttles for outgoing UDP network data | 4 | ; This is the multiplier applied to all client throttles for outgoing UDP network data |
@@ -25,3 +19,27 @@ | |||
25 | ; Pre r7113, this setting was not exposed but was effectively 8. You may want to try this if you encounter | 19 | ; Pre r7113, this setting was not exposed but was effectively 8. You may want to try this if you encounter |
26 | ; unexpected difficulties | 20 | ; unexpected difficulties |
27 | client_throttle_multiplier = 2; | 21 | client_throttle_multiplier = 2; |
22 | |||
23 | |||
24 | [Communications] | ||
25 | |||
26 | ;InterregionComms = "LocalComms" | ||
27 | InterregionComms = "RESTComms" | ||
28 | |||
29 | |||
30 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | ||
31 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
32 | ; | ||
33 | ; chat.ini.example => chat.ini | ||
34 | ; | ||
35 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
36 | ; | ||
37 | |||
38 | [OpenGridProtocol] | ||
39 | ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. | ||
40 | ;On/true or Off/false | ||
41 | ogp_enabled=false | ||
42 | |||
43 | ;Name Prefix/suffix when using OGP | ||
44 | ogp_firstname_prefix="" | ||
45 | ogp_lastname_suffix="_EXTERNAL" | ||