diff options
author | Justin Clark-Casey (justincc) | 2014-03-25 00:20:38 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-03-25 00:20:38 +0000 |
commit | 091f3a80008a0f4a756fcb9ff4e87a24c2948c3c (patch) | |
tree | a98354e9317e0ed6892dec344a69447c0e9c70b8 /bin/Robust.HG.ini.example | |
parent | Don't fail to enable permissions modules correctly if there is any leading or... (diff) | |
parent | Fixed Debug command for Groups. (Use of wrong capitalization caused *two* "de... (diff) | |
download | opensim-SC-091f3a80008a0f4a756fcb9ff4e87a24c2948c3c.zip opensim-SC-091f3a80008a0f4a756fcb9ff4e87a24c2948c3c.tar.gz opensim-SC-091f3a80008a0f4a756fcb9ff4e87a24c2948c3c.tar.bz2 opensim-SC-091f3a80008a0f4a756fcb9ff4e87a24c2948c3c.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 245f363..14e9bff 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -335,6 +335,10 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
335 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 335 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
336 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | 336 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" |
337 | 337 | ||
338 | ; This inventory service will be used to initialize the user's inventory | ||
339 | HGInventoryServicePlugin = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService" | ||
340 | HGInventoryServiceConstructorArg = "HGInventoryService" | ||
341 | |||
338 | ;; Ask co-operative viewers to use a different currency name | 342 | ;; Ask co-operative viewers to use a different currency name |
339 | ;Currency = "" | 343 | ;Currency = "" |
340 | 344 | ||
@@ -634,7 +638,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
634 | ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" | 638 | ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" |
635 | ;; Realm = UserProfiles | 639 | ;; Realm = UserProfiles |
636 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService | 640 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService |
637 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService | 641 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
638 | 642 | ||
639 | [BakedTextureService] | 643 | [BakedTextureService] |
640 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" | 644 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" |