aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example24
1 files changed, 13 insertions, 11 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index de1fcce..e84cd57 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1264,18 +1264,19 @@
1264 1264
1265 ;PacketMTU = 1400 1265 ;PacketMTU = 1400
1266 1266
1267 ; The following is the configuration section for the new style gtid servers 1267 ; The following is the configuration section for the new style grid servers
1268 ; If you don't know what this is, don't enable it. It will eat your data, 1268 ; If you don't know what this is, don't enable it. It will eat your data,
1269 ; format your hard drive and make all meat in your fridge spoil. 1269 ; format your hard drive and make all meat in your fridge spoil.
1270 ; You have been warned. 1270 ; You have been warned.
1271 ; Some of this may actually work! 1271 ; Some of this is starting to work!
1272[Modules] 1272[ServiceConnectors]
1273 ; Choose one 1273 ; Choose one
1274 ;AssetServices = "LocalAssetServicesConnector" 1274 AssetServices = "LocalAssetServicesConnector"
1275 ;AssetServices = "RemoteAssetServicesConnector" 1275 ;AssetServices = "RemoteAssetServicesConnector"
1276 ;AssetServices = "HGAssetBroker" 1276 ;AssetServices = "HGAssetBroker"
1277 1277
1278 ;AssetCaching = "CoreAssetCache" 1278 ; If you don't want asset caching in the regions, comment this
1279 AssetCaching = "CoreAssetCache"
1279 1280
1280 ; Choose one 1281 ; Choose one
1281 ;UserServices = "LocalUserServicesConnector" 1282 ;UserServices = "LocalUserServicesConnector"
@@ -1283,14 +1284,15 @@
1283 1284
1284 1285
1285[AssetService] 1286[AssetService]
1286 ; Parameters for local assets 1287 ; Parameters for local assets, formerly known as "standalone"
1287 ;LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" 1288 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
1289 StorageProvider = "OpenSim.Data.SQLite.dll"
1288 ;StorageProvider = "OpenSim.Data.MySQL.dll" 1290 ;StorageProvider = "OpenSim.Data.MySQL.dll"
1289 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;" 1291 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"
1290 ;DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 1292 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
1291 ;AssetLoaderArgs = "assets/AssetSets.xml" 1293 AssetLoaderArgs = "assets/AssetSets.xml"
1292 1294
1293 ; Parameters for remote assets 1295 ; Parameters for remote assets, formerly known as "grid"
1294 ;AssetServerURI = "http://localhost:8003/" 1296 ;AssetServerURI = "http://localhost:8003/"
1295 1297
1296 ; Paremeters for the Hypergrid connector 1298 ; Paremeters for the Hypergrid connector