Fix typo in config-standalong/misc.ini which caused standalone/sqlite to fail.

This commit is contained in:
Robert Adams
2022-05-26 23:41:41 +00:00
parent 017d5632b0
commit f926b3a43f
@@ -14,14 +14,14 @@
[DatabaseService]
; SQLite
Include-Storage = "config/standalone/config-include/storage/SQLiteStandalone.ini"
Include-Storage = "config-standalone/config-include/storage/SQLiteStandalone.ini"
; MySql
; Uncomment these lines if you want to use mysql storage
; Change the connection string to your db details
; NOTE That password comes from environment variables set from os-secrets
; StorageProvider = "OpenSim.Data.MySQL.dll"
; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=OPENSIM_DB_USER_PASSWORD;Old Guids=true;"
; ConnectionString = "Data Source=MYSQL_DB_SOURCE;Database=MYSQL_DB_DB;User ID=MYSQL_DB_USER;Password=MYSQL_DB_USER_PASSWORD;Old Guids=true;"
[Estates]
; NOTE That names and passwords come from environment variables set from os-secrets