mirror of
https://github.com/opensim/opensim.git
synced 2026-07-27 19:35:42 +08:00
Update information in StandaloneCommon.ini.example to reflect this Remove ISharedRegionModule interfaces from all SimianGrid connector classes temporarily since this stopped standalone from working (due to absence of AssetURI settings, etc.). Solution here may be to create separate region module connectors as done by local/grid/hypergrid so that loading can be controlled via include files Or otherwise work out how to stop these modules from being loaded for all OpenSim invocations
17 lines
466 B
INI
17 lines
466 B
INI
; These are the initialization settings for running OpenSim Standalone with an SQLite database
|
|
|
|
[DatabaseService]
|
|
StorageProvider = "OpenSim.Data.SQLite.dll"
|
|
|
|
[AvatarService]
|
|
ConnectionString = "URI=file:avatars.db,version=3"
|
|
|
|
[AuthenticationService]
|
|
ConnectionString = "URI=file:auth.db,version=3"
|
|
|
|
[UserAccountService]
|
|
ConnectionString = "URI=file:userprofiles.db,version=3"
|
|
|
|
[FriendsService]
|
|
ConnectionString = "URI=file:friends.db,version=3"
|