2010-03-12 20:29:17 +00:00
|
|
|
; These are the initialization settings for running OpenSim Standalone with an SQLite database
|
|
|
|
|
|
|
|
[DatabaseService]
|
|
|
|
StorageProvider = "OpenSim.Data.SQLite.dll"
|
2010-09-13 18:39:58 +00:00
|
|
|
ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
|
2010-03-12 20:29:17 +00:00
|
|
|
|
2010-11-11 10:08:57 +00:00
|
|
|
[AssetService]
|
|
|
|
ConnectionString = "URI=file:Asset.db,version=3"
|
|
|
|
|
2010-05-02 17:31:35 +00:00
|
|
|
[InventoryService]
|
|
|
|
;ConnectionString = "URI=file:inventory.db,version=3"
|
|
|
|
; if you have a legacy inventory store use the connection string below
|
|
|
|
ConnectionString = "URI=file:inventory.db,version=3,UseUTF16Encoding=True"
|
|
|
|
|
2010-03-12 20:29:17 +00:00
|
|
|
[AvatarService]
|
|
|
|
ConnectionString = "URI=file:avatars.db,version=3"
|
|
|
|
|
|
|
|
[AuthenticationService]
|
|
|
|
ConnectionString = "URI=file:auth.db,version=3"
|
|
|
|
|
|
|
|
[UserAccountService]
|
|
|
|
ConnectionString = "URI=file:userprofiles.db,version=3"
|
|
|
|
|
2010-05-08 04:29:56 +00:00
|
|
|
[GridUserService]
|
|
|
|
ConnectionString = "URI=file:griduser.db,version=3"
|
|
|
|
|
2010-03-12 20:29:17 +00:00
|
|
|
[FriendsService]
|
|
|
|
ConnectionString = "URI=file:friends.db,version=3"
|
2010-05-02 17:31:35 +00:00
|
|
|
|