diff options
author | Diva Canto | 2010-05-02 10:31:35 -0700 |
---|---|---|
committer | Diva Canto | 2010-05-02 10:31:35 -0700 |
commit | bd49985afa0a30cf9338730807a42eff3d508bee (patch) | |
tree | 46786ed3004402af809e99a67a7bd1a3dbf182af /bin/Robust.HG.ini.example | |
parent | add operation to "nant distbin" to copy StandaloneCommon.ini.example -> Stand... (diff) | |
download | opensim-SC_OLD-bd49985afa0a30cf9338730807a42eff3d508bee.zip opensim-SC_OLD-bd49985afa0a30cf9338730807a42eff3d508bee.tar.gz opensim-SC_OLD-bd49985afa0a30cf9338730807a42eff3d508bee.tar.bz2 opensim-SC_OLD-bd49985afa0a30cf9338730807a42eff3d508bee.tar.xz |
Switched everything to XInventory by default. The old Inventory is still there for now, in case bugs pop up with XInventory.
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 5e3f9a7..489b66f 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -11,7 +11,7 @@ | |||
11 | ;; | 11 | ;; |
12 | 12 | ||
13 | [Startup] | 13 | [Startup] |
14 | ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:InventoryServiceInConnector,8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8003/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector,8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector,8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector,HGInventoryService@8002/OpenSim.Server.Handlers.dll:HGInventoryServiceInConnector,8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 14 | ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryServiceInConnector,8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8003/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector,8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector,8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector,HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector,8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
15 | 15 | ||
16 | ; * This is common for all services, it's the network setup for the entire | 16 | ; * This is common for all services, it's the network setup for the entire |
17 | ; * server instance, if none if specified above | 17 | ; * server instance, if none if specified above |
@@ -44,8 +44,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
44 | ; * the function of the legacy inventory server | 44 | ; * the function of the legacy inventory server |
45 | ; * | 45 | ; * |
46 | [InventoryService] | 46 | [InventoryService] |
47 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" | 47 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" |
48 | SessionAuthentication = "false" | ||
49 | 48 | ||
50 | ; * This is the new style grid service. | 49 | ; * This is the new style grid service. |
51 | ; * "Realm" is the table that is used for user lookup. | 50 | ; * "Realm" is the table that is used for user lookup. |
@@ -92,7 +91,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
92 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 91 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
93 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 92 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
94 | GridService = "OpenSim.Services.GridService.dll:GridService" | 93 | GridService = "OpenSim.Services.GridService.dll:GridService" |
95 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | 94 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
96 | 95 | ||
97 | [PresenceService] | 96 | [PresenceService] |
98 | ; for the server connector | 97 | ; for the server connector |
@@ -116,7 +115,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
116 | ; for the service | 115 | ; for the service |
117 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 116 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
118 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 117 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
119 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | 118 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
120 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 119 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
121 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 120 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
122 | GridService = "OpenSim.Services.GridService.dll:GridService" | 121 | GridService = "OpenSim.Services.GridService.dll:GridService" |