diff options
author | AliciaRaven | 2016-04-05 22:53:27 +0100 |
---|---|---|
committer | AliciaRaven | 2016-04-05 22:53:27 +0100 |
commit | ed9d4feef587a057b73925bd29e6f0f0c5d55d70 (patch) | |
tree | 267c8d9e71e66b0d014a7a068fc4f4d1c21860be | |
parent | Fix missing id parameter in FSAssets database connector when updating Access ... (diff) | |
download | opensim-SC_OLD-ed9d4feef587a057b73925bd29e6f0f0c5d55d70.zip opensim-SC_OLD-ed9d4feef587a057b73925bd29e6f0f0c5d55d70.tar.gz opensim-SC_OLD-ed9d4feef587a057b73925bd29e6f0f0c5d55d70.tar.bz2 opensim-SC_OLD-ed9d4feef587a057b73925bd29e6f0f0c5d55d70.tar.xz |
Include option for the HG version of FSAssets connector under HGAssetService in robust example ini
-rw-r--r-- | bin/Robust.HG.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 6af444c..ad07674 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -687,7 +687,10 @@ | |||
687 | ; * the assets of this world. | 687 | ; * the assets of this world. |
688 | ; * | 688 | ; * |
689 | [HGAssetService] | 689 | [HGAssetService] |
690 | ;; Use the second option if you have FSAsset service enabled | ||
690 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" | 691 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" |
692 | ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFSAssetService" | ||
693 | |||
691 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 694 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
692 | 695 | ||
693 | ; HGAssetService is a public-facing service that allows users to | 696 | ; HGAssetService is a public-facing service that allows users to |