diff options
author | Diva Canto | 2013-02-19 06:37:20 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-19 06:37:20 -0800 |
commit | 46e182dbf546dcb58d088c043a0baa2dcfed9125 (patch) | |
tree | a3093e7ddb69c45d876229a430e22cda4f4699b4 /bin/OpenSim.ini.example | |
parent | One more sql statement on migration #2 for offline im, to really clean up thi... (diff) | |
download | opensim-SC_OLD-46e182dbf546dcb58d088c043a0baa2dcfed9125.zip opensim-SC_OLD-46e182dbf546dcb58d088c043a0baa2dcfed9125.tar.gz opensim-SC_OLD-46e182dbf546dcb58d088c043a0baa2dcfed9125.tar.bz2 opensim-SC_OLD-46e182dbf546dcb58d088c043a0baa2dcfed9125.tar.xz |
Offline IM: moved the Data and MySQL bits to the corresponding places in core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that.
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 |