diff options
author | Melanie Thielker | 2009-05-11 22:54:09 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-11 22:54:09 +0000 |
commit | 16efb78698fc505fb33ad87962b39047939d636c (patch) | |
tree | b5a52ac4bb450bec6a8f6e52a5a7e97db1335488 /bin/OpenSim.ini.example | |
parent | resolve a circular dependency (diff) | |
download | opensim-SC_OLD-16efb78698fc505fb33ad87962b39047939d636c.zip opensim-SC_OLD-16efb78698fc505fb33ad87962b39047939d636c.tar.gz opensim-SC_OLD-16efb78698fc505fb33ad87962b39047939d636c.tar.bz2 opensim-SC_OLD-16efb78698fc505fb33ad87962b39047939d636c.tar.xz |
Changes to the new user system to add the modularity developed for the asset
system
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
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" | ||