diff options
author | Justin Clark-Casey (justincc) | 2009-11-30 18:06:10 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-11-30 18:06:10 +0000 |
commit | 87c88ff7028673744d7eaa805a0206066c920437 (patch) | |
tree | a835d8698349808519c090ca00cd11c592678657 | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-87c88ff7028673744d7eaa805a0206066c920437.zip opensim-SC_OLD-87c88ff7028673744d7eaa805a0206066c920437.tar.gz opensim-SC_OLD-87c88ff7028673744d7eaa805a0206066c920437.tar.bz2 opensim-SC_OLD-87c88ff7028673744d7eaa805a0206066c920437.tar.xz |
enable messaging_server_url by default in OpenSim.ini.example
having this enabled results just in warning messages if no message service is actually available
haivng this disabled results in an unexpected failure if no message service is available
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 116a8fd..dadc560 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -342,7 +342,7 @@ | |||
342 | 342 | ||
343 | ; The MessagingServer is a companion of the UserServer. It uses | 343 | ; The MessagingServer is a companion of the UserServer. It uses |
344 | ; user_send_key and user_recv_key, too | 344 | ; user_send_key and user_recv_key, too |
345 | ;messaging_server_url = "http://127.0.0.1:8006" | 345 | messaging_server_url = "http://127.0.0.1:8006" |
346 | 346 | ||
347 | ; What is reported as the "X-Secondlife-Shard" | 347 | ; What is reported as the "X-Secondlife-Shard" |
348 | ; Defaults to the user server url if not set | 348 | ; Defaults to the user server url if not set |