mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
add initial UserGrid service classes as per diva's direction
this will initially store home location data instead of the presence service compiles but not enough to actually test yet
This commit is contained in:
@@ -24,22 +24,21 @@
|
||||
|
||||
[InventoryService]
|
||||
LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService"
|
||||
|
||||
[LibraryService]
|
||||
LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
|
||||
LibraryName = "OpenSim Library"
|
||||
DefaultLibrary = "./inventory/Libraries.xml"
|
||||
LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
|
||||
LibraryName = "OpenSim Library"
|
||||
DefaultLibrary = "./inventory/Libraries.xml"
|
||||
|
||||
[AvatarService]
|
||||
LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
|
||||
ConnectionString = "URI=file:avatars.db,version=3"
|
||||
; ConnectionString = "URI=file:avatars.db,version=3"
|
||||
|
||||
[AuthorizationService]
|
||||
LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
|
||||
|
||||
[AuthenticationService]
|
||||
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||
ConnectionString = "URI=file:auth.db,version=3"
|
||||
; ConnectionString = "URI=file:auth.db,version=3"
|
||||
|
||||
[GridService]
|
||||
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||
@@ -48,12 +47,12 @@
|
||||
|
||||
[PresenceService]
|
||||
LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
|
||||
StorageProvider = "OpenSim.Data.Null.dll"
|
||||
;StorageProvider = "OpenSim.Data.Null.dll"
|
||||
StorageProvider = "OpenSim.Data.MySQL.dll"
|
||||
|
||||
[UserAccountService]
|
||||
LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||
ConnectionString = "URI=file:userprofiles.db,version=3"
|
||||
|
||||
; ConnectionString = "URI=file:userprofiles.db,version=3"
|
||||
;; These are for creating new accounts
|
||||
AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
||||
@@ -62,7 +61,7 @@
|
||||
|
||||
[FriendsService]
|
||||
LocalServiceModule = "OpenSim.Services.FriendsService.dll"
|
||||
ConnectionString = "URI=file:friends.db,version=3"
|
||||
; ConnectionString = "URI=file:friends.db,version=3"
|
||||
|
||||
[Friends]
|
||||
Connector = "OpenSim.Services.FriendsService.dll"
|
||||
|
||||
Reference in New Issue
Block a user