diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 582b3f9..d78dfc4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -322,6 +322,10 @@ InterregionComms = "RESTComms" | |||
322 | ; user_send_key and user_recv_key, too | 322 | ; user_send_key and user_recv_key, too |
323 | messaging_server_url = "http://127.0.0.1:8006" | 323 | messaging_server_url = "http://127.0.0.1:8006" |
324 | 324 | ||
325 | ; What is reported as the "X-Secondlife-Shard" | ||
326 | ; Defaults to the user server url if not set | ||
327 | ; The old default is "OpenSim", set here fro compatibility | ||
328 | shard = "OpenSim" | ||
325 | 329 | ||
326 | [ClientStack.LindenUDP] | 330 | [ClientStack.LindenUDP] |
327 | ; This is the multiplier applied to all client throttles for outgoing UDP network data | 331 | ; This is the multiplier applied to all client throttles for outgoing UDP network data |