diff options
author | Diva Canto | 2010-01-13 09:44:20 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-13 09:44:20 -0800 |
commit | fa272e752189655b039a027d12fcc21b9d177bcb (patch) | |
tree | 070499a2bcd343455007d042aeb6bc2f43f82551 | |
parent | * Removed debug messages. (diff) | |
download | opensim-SC_OLD-fa272e752189655b039a027d12fcc21b9d177bcb.zip opensim-SC_OLD-fa272e752189655b039a027d12fcc21b9d177bcb.tar.gz opensim-SC_OLD-fa272e752189655b039a027d12fcc21b9d177bcb.tar.bz2 opensim-SC_OLD-fa272e752189655b039a027d12fcc21b9d177bcb.tar.xz |
Updated configs.
-rw-r--r-- | bin/config-include/Grid.ini | 8 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 6 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 5 |
3 files changed, 16 insertions, 3 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index ebddfd5..6bf493b 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -12,6 +12,7 @@ | |||
12 | InventoryServices = "RemoteInventoryServicesConnector" | 12 | InventoryServices = "RemoteInventoryServicesConnector" |
13 | GridServices = "RemoteGridServicesConnector" | 13 | GridServices = "RemoteGridServicesConnector" |
14 | NeighbourServices = "RemoteNeighbourServicesConnector" | 14 | NeighbourServices = "RemoteNeighbourServicesConnector" |
15 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | ||
15 | AuthorizationServices = "RemoteAuthorizationServicesConnector" | 16 | AuthorizationServices = "RemoteAuthorizationServicesConnector" |
16 | PresenceServices = "RemotePresenceServicesConnector" | 17 | PresenceServices = "RemotePresenceServicesConnector" |
17 | UserAccountServices = "RemoteUserAccountServicesConnector" | 18 | UserAccountServices = "RemoteUserAccountServicesConnector" |
@@ -27,6 +28,7 @@ | |||
27 | ; for the LocalGridServicesConnector which is used by the Remote one | 28 | ; for the LocalGridServicesConnector which is used by the Remote one |
28 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 29 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
29 | 30 | ||
30 | ; Temporary... | 31 | [LibraryService] |
31 | [Communications] | 32 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" |
32 | InterregionComms = "LocalComms" \ No newline at end of file | 33 | LibraryName = "OpenSim Library" |
34 | DefaultLibrary = "./inventory/Libraries.xml" | ||
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 6a65523..4d94ccd 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -21,6 +21,12 @@ | |||
21 | ; | 21 | ; |
22 | GridServerURI = "http://mygridserver.com:8003" | 22 | GridServerURI = "http://mygridserver.com:8003" |
23 | 23 | ||
24 | [AvatarService] | ||
25 | ; | ||
26 | ; change this to your grid-wide grid server | ||
27 | ; | ||
28 | AvatarServerURI = "http://mygridserver.com:8003" | ||
29 | |||
24 | [PresenceService] | 30 | [PresenceService] |
25 | ; | 31 | ; |
26 | ; change this to your grid-wide presence server | 32 | ; change this to your grid-wide presence server |
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index a64fa37..1a68362 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -44,3 +44,8 @@ | |||
44 | ; which in turn uses this | 44 | ; which in turn uses this |
45 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 45 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
46 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 46 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
47 | |||
48 | [LibraryService] | ||
49 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
50 | LibraryName = "OpenSim Library" | ||
51 | DefaultLibrary = "./inventory/Libraries.xml" | ||