aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDiva Canto2013-02-19 06:37:20 -0800
committerDiva Canto2013-02-19 06:37:20 -0800
commit46e182dbf546dcb58d088c043a0baa2dcfed9125 (patch)
treea3093e7ddb69c45d876229a430e22cda4f4699b4 /bin/OpenSim.ini.example
parentOne more sql statement on migration #2 for offline im, to really clean up thi... (diff)
downloadopensim-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 '')
-rw-r--r--bin/OpenSim.ini.example6
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