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 /bin/config-include/Grid.ini | |
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.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/Grid.ini | 8 |
1 files changed, 5 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" | ||