diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 07e7357..674a66c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -542,9 +542,9 @@ | |||
542 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. | 542 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. |
543 | ; OfflineMessageURL = http://yourserver/Offline.php or http://yourrobustserver:8003 | 543 | ; OfflineMessageURL = http://yourserver/Offline.php or http://yourrobustserver:8003 |
544 | 544 | ||
545 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Addons.OfflineIM} | 545 | ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll} |
546 | ;; For standalones, use the service directly. This is the storage dll. | 546 | ;; For standalones, this is the storage dll. |
547 | ; StorageProvider = OpenSim.Addons.OfflineIM.dll | 547 | ; StorageProvider = OpenSim.Data.MySQL.dll |
548 | 548 | ||
549 | ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule | 549 | ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule |
550 | ;; Mute list handler (not yet implemented). MUST BE SET to allow offline | 550 | ;; Mute list handler (not yet implemented). MUST BE SET to allow offline |