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.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index de8139b..de1fcce 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1277,6 +1277,11 @@
1277 1277
1278 ;AssetCaching = "CoreAssetCache" 1278 ;AssetCaching = "CoreAssetCache"
1279 1279
1280 ; Choose one
1281 ;UserServices = "LocalUserServicesConnector"
1282 ;UserServices = "RemoteUserServicesConnector"
1283
1284
1280[AssetService] 1285[AssetService]
1281 ; Parameters for local assets 1286 ; Parameters for local assets
1282 ;LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" 1287 ;LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
@@ -1297,3 +1302,6 @@
1297[AssetCache] 1302[AssetCache]
1298 ; Number of buckets for assets 1303 ; Number of buckets for assets
1299 ;CacheBuckets = 32768 1304 ;CacheBuckets = 32768
1305
1306[UserService]
1307 ;LocalServiceModule = "OpenSim.Services.UserService.dll:UserService"