diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7c5c995..a529a48 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -111,6 +111,7 @@ | |||
111 | ;permissionmodules = "DefaultPermissionsModule" | 111 | ;permissionmodules = "DefaultPermissionsModule" |
112 | serverside_object_permissions = false | 112 | serverside_object_permissions = false |
113 | allow_grid_gods = false | 113 | allow_grid_gods = false |
114 | |||
114 | ; This allows somne control over permissions | 115 | ; This allows somne control over permissions |
115 | ; please note that this still doesn't duplicate SL, and is not intended to | 116 | ; please note that this still doesn't duplicate SL, and is not intended to |
116 | ;region_owner_is_god = true | 117 | ;region_owner_is_god = true |
@@ -212,6 +213,7 @@ | |||
212 | ; user_send_key and user_recv_key, too | 213 | ; user_send_key and user_recv_key, too |
213 | messaging_server_url = "http://127.0.0.1:8006" | 214 | messaging_server_url = "http://127.0.0.1:8006" |
214 | 215 | ||
216 | |||
215 | [ClientStack.LindenUDP] | 217 | [ClientStack.LindenUDP] |
216 | ; This is the multiplier applied to all client throttles for outgoing UDP network data | 218 | ; This is the multiplier applied to all client throttles for outgoing UDP network data |
217 | ; If it is set to 1, then we obey the throttle settings as given to us by the client. If it is set to 3, for example, then we | 219 | ; If it is set to 1, then we obey the throttle settings as given to us by the client. If it is set to 3, for example, then we |
@@ -432,6 +434,7 @@ | |||
432 | dump-line-size=32 | 434 | dump-line-size=32 |
433 | flush-on-error=true | 435 | flush-on-error=true |
434 | 436 | ||
437 | |||
435 | ; Uncomment the following for IRC bridge | 438 | ; Uncomment the following for IRC bridge |
436 | ; experimental, so if it breaks... keep both parts... yada yada | 439 | ; experimental, so if it breaks... keep both parts... yada yada |
437 | ; also, not good error detection when it fails | 440 | ; also, not good error detection when it fails |