aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/Standalone.ini
diff options
context:
space:
mode:
authorDiva Canto2010-02-28 16:09:06 -0800
committerDiva Canto2010-02-28 16:09:06 -0800
commit774958bbbf639090e73204be1d5b6d5c7653441a (patch)
tree7a6415cbab9bf278d0d17f6b3b0b1ab640e853bd /bin/config-include/Standalone.ini
parentChange the signature of SendChangeUserRights, because we have to send (diff)
downloadopensim-SC_OLD-774958bbbf639090e73204be1d5b6d5c7653441a.zip
opensim-SC_OLD-774958bbbf639090e73204be1d5b6d5c7653441a.tar.gz
opensim-SC_OLD-774958bbbf639090e73204be1d5b6d5c7653441a.tar.bz2
opensim-SC_OLD-774958bbbf639090e73204be1d5b6d5c7653441a.tar.xz
Added FriendsData to both Null storage and SQLite. Untested.
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r--bin/config-include/Standalone.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index ce77b3f..b35f8a5 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -59,6 +59,10 @@
59 GridService = "OpenSim.Services.GridService.dll:GridService" 59 GridService = "OpenSim.Services.GridService.dll:GridService"
60 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" 60 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
61 61
62[FriendsService]
63 LocalServiceModule = "OpenSim.Services.FriendsService.dll"
64 ConnectionString = "URI=file:friends.db,version=3"
65
62[Friends] 66[Friends]
63 Connector = "OpenSim.Services.FriendsService.dll" 67 Connector = "OpenSim.Services.FriendsService.dll"
64 68