aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example1
-rw-r--r--bin/Robust.ini.example1
-rw-r--r--bin/config-include/StandaloneCommon.ini.example1
3 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index db9f08b..d98c826 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -66,6 +66,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
66; * in turn, reads the asset loader and database connection information 66; * in turn, reads the asset loader and database connection information
67; * 67; *
68[AssetService] 68[AssetService]
69 StorageProvider = "OpenSim.Data.MySQL.dll:MySQLAssetData"
69 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" 70 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
70 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 71 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
71 AssetLoaderArgs = "./assets/AssetSets.xml" 72 AssetLoaderArgs = "./assets/AssetSets.xml"
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 326caeb..691bfdc 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -58,6 +58,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
58; * in turn, reads the asset loader and database connection information 58; * in turn, reads the asset loader and database connection information
59; * 59; *
60[AssetService] 60[AssetService]
61 StorageProvider = "OpenSim.Data.MySQL.dll:MySQLAssetData"
61 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" 62 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
62 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 63 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
63 AssetLoaderArgs = "./assets/AssetSets.xml" 64 AssetLoaderArgs = "./assets/AssetSets.xml"
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 2a7e49e..4c734a1 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -44,6 +44,7 @@
44 ;AuthorizationServices = "LocalAuthorizationServicesConnector" 44 ;AuthorizationServices = "LocalAuthorizationServicesConnector"
45 45
46[AssetService] 46[AssetService]
47 StorageProvider = "OpenSim.Data.MySQL.dll:MySQLAssetData"
47 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 48 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
48 AssetLoaderArgs = "assets/AssetSets.xml" 49 AssetLoaderArgs = "assets/AssetSets.xml"
49 50