diff options
author | Diva Canto | 2009-12-29 16:34:02 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-29 16:34:02 -0800 |
commit | 88d2df597e499600357c86ad0b1a755a13e9c6b1 (patch) | |
tree | d635d95896c0b3cbe843ccb1462987b3d1409059 /bin/config-include/StandaloneHypergrid.ini | |
parent | Renamed user account modules to be consistent (diff) | |
download | opensim-SC_OLD-88d2df597e499600357c86ad0b1a755a13e9c6b1.zip opensim-SC_OLD-88d2df597e499600357c86ad0b1a755a13e9c6b1.tar.gz opensim-SC_OLD-88d2df597e499600357c86ad0b1a755a13e9c6b1.tar.bz2 opensim-SC_OLD-88d2df597e499600357c86ad0b1a755a13e9c6b1.tar.xz |
* Fixed names.
* Added configs for Standalone
* Changed UserSericeBase to use useraccounts instead of user
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index bd9de33..4efc301 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -16,7 +16,8 @@ | |||
16 | NeighbourServices = "RemoteNeighbourServicesConnector" | 16 | NeighbourServices = "RemoteNeighbourServicesConnector" |
17 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 17 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
18 | GridServices = "HGGridServicesConnector" | 18 | GridServices = "HGGridServicesConnector" |
19 | PresenceServices ="LocalPresenceServicesConnector" | 19 | PresenceServices = "LocalPresenceServicesConnector" |
20 | UserAccountServices = "LocalUserAccountServicesConnector" | ||
20 | InventoryServiceInConnector = true | 21 | InventoryServiceInConnector = true |
21 | AssetServiceInConnector = true | 22 | AssetServiceInConnector = true |
22 | HGAuthServiceInConnector = true | 23 | HGAuthServiceInConnector = true |
@@ -56,3 +57,6 @@ | |||
56 | 57 | ||
57 | [PresenceService] | 58 | [PresenceService] |
58 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" | 59 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" |
60 | |||
61 | [UserAccountService] | ||
62 | LocalServiceModule = "OpenSim.Services.UserService.dll:UserAccountService" | ||