Changes to the new user system to add the modularity developed for the asset

system
This commit is contained in:
Melanie Thielker
2009-05-11 22:54:09 +00:00
parent 4cd85e5c9e
commit 16efb78698
7 changed files with 60 additions and 8 deletions

View File

@@ -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;"