aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-30 18:06:10 +0000
committerJustin Clark-Casey (justincc)2009-11-30 18:06:10 +0000
commit87c88ff7028673744d7eaa805a0206066c920437 (patch)
treea835d8698349808519c090ca00cd11c592678657 /bin/OpenSim.ini.example
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-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 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example2
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