aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-11 22:54:09 +0000
committerMelanie Thielker2009-05-11 22:54:09 +0000
commit16efb78698fc505fb33ad87962b39047939d636c (patch)
treeb5a52ac4bb450bec6a8f6e52a5a7e97db1335488 /bin
parentresolve a circular dependency (diff)
downloadopensim-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 'bin')
-rw-r--r--bin/OpenSim.Servers.UserServer.ini.example1
-rw-r--r--bin/OpenSim.ini.example8
2 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.Servers.UserServer.ini.example b/bin/OpenSim.Servers.UserServer.ini.example
index 39d0ace..55ff4e8 100644
--- a/bin/OpenSim.Servers.UserServer.ini.example
+++ b/bin/OpenSim.Servers.UserServer.ini.example
@@ -2,5 +2,6 @@
2port = 8002 2port = 8002
3 3
4[UserService] 4[UserService]
5LocalServiceModule = "OpenSim.Services.UserService.dll:UserService"
5StorageProvider = "OpenSim.Data.MySQL.dll" 6StorageProvider = "OpenSim.Data.MySQL.dll"
6ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;" 7ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"
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"