diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 6 | ||||
-rwxr-xr-x | bin/Prebuild.exe | bin | 224768 -> 233472 bytes | |||
-rw-r--r-- | bin/Robust.HG.ini.example | 6 |
3 files changed, 11 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index d8474d3..4f2563c 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -57,6 +57,12 @@ | |||
57 | ; when running with the SmartThreadPool option above | 57 | ; when running with the SmartThreadPool option above |
58 | MaxPoolThreads = 15 | 58 | MaxPoolThreads = 15 |
59 | 59 | ||
60 | ; Plugin Registry Location | ||
61 | ; Set path to directory for plugin registry. Information about the | ||
62 | ; registered repositories and installed plugins will be stored here. | ||
63 | ; The OpenSim.exe process must have R/W access to the location. | ||
64 | ; RegistryLocation = "." | ||
65 | |||
60 | ; ## | 66 | ; ## |
61 | ; ## CLIENTS | 67 | ; ## CLIENTS |
62 | ; ## | 68 | ; ## |
diff --git a/bin/Prebuild.exe b/bin/Prebuild.exe index 1d4a8e8..cc64706 100755 --- a/bin/Prebuild.exe +++ b/bin/Prebuild.exe | |||
Binary files differ | |||
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" |