diff options
author | Melanie Thielker | 2009-02-21 00:14:47 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-02-21 00:14:47 +0000 |
commit | d76178f3024b709c7aa51ba6210402f67064aec0 (patch) | |
tree | c9722212b25626add4dde58df4e9a6302d65bad7 /bin | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=3185 (diff) | |
download | opensim-SC_OLD-d76178f3024b709c7aa51ba6210402f67064aec0.zip opensim-SC_OLD-d76178f3024b709c7aa51ba6210402f67064aec0.tar.gz opensim-SC_OLD-d76178f3024b709c7aa51ba6210402f67064aec0.tar.bz2 opensim-SC_OLD-d76178f3024b709c7aa51ba6210402f67064aec0.tar.xz |
Thank you, robsmart, for a patch that allows the shard to be set.
The built-in default is OpenSim, unless a user server url is given, then
that is used, unless "shard" is also goven, then shard takes precedence.
The defult in OpenSim.ini is "OpenSim" for compatibility.
Diffstat (limited to 'bin')
-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 |