From 87c88ff7028673744d7eaa805a0206066c920437 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Mon, 30 Nov 2009 18:06:10 +0000 Subject: [PATCH] =?UTF-8?q?enable=20messaging=5Fserver=5Furl=20by=20defaul?= =?UTF-8?q?t=20in=20OpenSim.ini.example=20having=20this=20enabled=20result?= =?UTF-8?q?s=20just=20in=20warning=20messages=20if=20no=20message=20servic?= =?UTF-8?q?e=20is=20actually=20available=20haivng=20this=20disabled=20resu?= =?UTF-8?q?lts=20in=20an=20unexpected=20failure=20if=20no=20message=20serv?= =?UTF-8?q?ice=20is=20available=1B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/OpenSim.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 116a8fd6ac..dadc560e62 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -342,7 +342,7 @@ ; The MessagingServer is a companion of the UserServer. It uses ; user_send_key and user_recv_key, too - ;messaging_server_url = "http://127.0.0.1:8006" + messaging_server_url = "http://127.0.0.1:8006" ; What is reported as the "X-Secondlife-Shard" ; Defaults to the user server url if not set