mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Make default DB SQLite
This commit is contained in:
@@ -15,6 +15,7 @@ artifacts/
|
||||
/tests/DMAPI/travistester.int
|
||||
/tests/DMAPI/travistester.dmb
|
||||
/src/Tgstation.Server.Host/appsettings.Development.json
|
||||
/src/Tgstation.Server.Host/LocalTestDB.sqlite3
|
||||
/src/Tgstation.Server.Host/wwwroot
|
||||
/src/Tgstation.Server.Host/ClientApp/node_modules
|
||||
/src/Tgstation.Server.Host/ClientApp/build
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"UseBasicWatchdogOnWindows": false
|
||||
},
|
||||
"FileLogging": {
|
||||
"Directory": null, //use the default path
|
||||
"Directory": null,
|
||||
"Disable": false,
|
||||
"LogLevel": "Debug",
|
||||
"MicrosoftLogLevel": "Warning"
|
||||
@@ -48,9 +48,9 @@
|
||||
},
|
||||
"Database": {
|
||||
"DropDatabase": false,
|
||||
"DatabaseType": "SqlServer",
|
||||
"DatabaseType": "Sqlite",
|
||||
"ResetAdminPassword": false,
|
||||
"MySqlServerVersion": null,
|
||||
"ConnectionString": "Data Source=(local);Initial Catalog=TGS;Integrated Security=True"
|
||||
"ConnectionString": "Data Source=LocalTestDB.sqlite3;Mode=ReadWriteCreate"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user