From 16efb78698fc505fb33ad87962b39047939d636c Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 11 May 2009 22:54:09 +0000 Subject: Changes to the new user system to add the modularity developed for the asset system --- bin/OpenSim.Servers.UserServer.ini.example | 1 + bin/OpenSim.ini.example | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'bin') 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 @@ port = 8002 [UserService] +LocalServiceModule = "OpenSim.Services.UserService.dll:UserService" StorageProvider = "OpenSim.Data.MySQL.dll" ConnectionString = "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 @@ ;AssetCaching = "CoreAssetCache" + ; Choose one + ;UserServices = "LocalUserServicesConnector" + ;UserServices = "RemoteUserServicesConnector" + + [AssetService] ; Parameters for local assets ;LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" @@ -1297,3 +1302,6 @@ [AssetCache] ; Number of buckets for assets ;CacheBuckets = 32768 + +[UserService] + ;LocalServiceModule = "OpenSim.Services.UserService.dll:UserService" -- cgit v1.1