mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-29 19:03:18 +00:00
Fix typo in config-standalong/misc.ini which caused standalone/sqlite to fail.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user