diff options
author | Diva Canto | 2010-02-28 16:09:06 -0800 |
---|---|---|
committer | Diva Canto | 2010-02-28 16:09:06 -0800 |
commit | 774958bbbf639090e73204be1d5b6d5c7653441a (patch) | |
tree | 7a6415cbab9bf278d0d17f6b3b0b1ab640e853bd /bin | |
parent | Change the signature of SendChangeUserRights, because we have to send (diff) | |
download | opensim-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')
-rw-r--r-- | bin/config-include/Standalone.ini | 4 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 4 |
2 files changed, 8 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 | ||
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index ecdd6f7..ee84c81 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -77,6 +77,10 @@ | |||
77 | GridService = "OpenSim.Services.GridService.dll:GridService" | 77 | GridService = "OpenSim.Services.GridService.dll:GridService" |
78 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | 78 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" |
79 | 79 | ||
80 | [FriendsService] | ||
81 | LocalServiceModule = "OpenSim.Services.FriendsService.dll" | ||
82 | ConnectionString = "URI=file:friends.db,version=3" | ||
83 | |||
80 | [Friends] | 84 | [Friends] |
81 | Connector = "OpenSim.Services.FriendsService.dll" | 85 | Connector = "OpenSim.Services.FriendsService.dll" |
82 | 86 | ||