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
0.6.8-post-fixes
Justin Clark-Casey (justincc) 2009-11-30 18:04:21 +00:00
parent ffc3dabc0a
commit f7e635f114
1 changed files with 1 additions and 1 deletions

View File

@ -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