aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example14
1 files changed, 8 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0ef6cfc..2908e9c 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -706,14 +706,16 @@
706 ;; For standalones, this is the storage dll. 706 ;; For standalones, this is the storage dll.
707 ; StorageProvider = OpenSim.Data.MySQL.dll 707 ; StorageProvider = OpenSim.Data.MySQL.dll
708 708
709 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} None 709 ; Mute list handler
710 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline 710 ; the provided MuteListModule is just a Dummy
711 ;; messages to work 711 ; you will need a external module for proper suport.
712 ; if you keep both 2 following settings comment, viewers will use mutes in their caches
713 ; if you uncoment both (url is ignored) the mutes will be deleted at login.
714
715 ;# {MuteListModule} {MuteListModule:MuteListModule} {} {} None
712 ; MuteListModule = MuteListModule 716 ; MuteListModule = MuteListModule
713 717
714 ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php 718 ;# {MuteListURL} {MuteListModule:MuteListModule} {} {} http://yourserver/Mute.php
715 ;; URL of the web service that serves mute lists. Not currently used, but
716 ;; must be set to allow offline messaging to work.
717 ; MuteListURL = http://yourserver/Mute.php 719 ; MuteListURL = http://yourserver/Mute.php
718 720
719 ;; Control whether group invites and notices are stored for offline users. 721 ;; Control whether group invites and notices are stored for offline users.