30 lines
		
	
	
		
			920 B
		
	
	
	
		
			INI
		
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			920 B
		
	
	
	
		
			INI
		
	
	
| ; These are the initialization settings for running OpenSim Standalone with an SQLite database
 | |
| 
 | |
| [DatabaseService]
 | |
|     StorageProvider = "OpenSim.Data.SQLite.dll"
 | |
|     ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
 | |
| 
 | |
| [AssetService]
 | |
|     ConnectionString = "URI=file:Asset.db,version=3"
 | |
| 
 | |
| [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"
 | |
| 
 | |
| [AvatarService]
 | |
|     ConnectionString = "URI=file:avatars.db,version=3"
 | |
| 
 | |
| [AuthenticationService]
 | |
|     ConnectionString = "URI=file:auth.db,version=3"
 | |
| 
 | |
| [UserAccountService]
 | |
|     ConnectionString = "URI=file:userprofiles.db,version=3"
 | |
| 
 | |
| [GridUserService]
 | |
|     ConnectionString = "URI=file:griduser.db,version=3"
 | |
| 
 | |
| [FriendsService]
 | |
|     ConnectionString = "URI=file:friends.db,version=3"
 | |
| 
 |