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.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.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 9bedac6..cfc08bc 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -11,7 +11,7 @@ | |||
11 | ; * | 11 | ; * |
12 | [Startup] | 12 | [Startup] |
13 | 13 | ||
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,8002/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" | 14 | ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryInConnector,8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8002/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" |
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 |
@@ -45,8 +45,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
45 | ; * the function of the legacy inventory server | 45 | ; * the function of the legacy inventory server |
46 | ; * | 46 | ; * |
47 | [InventoryService] | 47 | [InventoryService] |
48 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" | 48 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" |
49 | SessionAuthentication = "false" | ||
50 | 49 | ||
51 | ; * This is the new style grid service. | 50 | ; * This is the new style grid service. |
52 | ; * "Realm" is the table that is used for user lookup. | 51 | ; * "Realm" is the table that is used for user lookup. |
@@ -94,7 +93,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
94 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 93 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
95 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 94 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
96 | GridService = "OpenSim.Services.GridService.dll:GridService" | 95 | GridService = "OpenSim.Services.GridService.dll:GridService" |
97 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | 96 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
98 | 97 | ||
99 | [PresenceService] | 98 | [PresenceService] |
100 | ; for the server connector | 99 | ; for the server connector |
@@ -118,7 +117,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
118 | ; for the service | 117 | ; for the service |
119 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 118 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
120 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 119 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
121 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | 120 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
122 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 121 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
123 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 122 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
124 | GridService = "OpenSim.Services.GridService.dll:GridService" | 123 | GridService = "OpenSim.Services.GridService.dll:GridService" |