21 lines
381 B
JSON
21 lines
381 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Umbraco.Cms.Tests": "Information"
|
|
},
|
|
"Console": {
|
|
"DisableColors": true
|
|
}
|
|
},
|
|
"Tests": {
|
|
"Database": {
|
|
"DatabaseType": "SQLite",
|
|
"PrepareThreadCount": 4,
|
|
"SchemaDatabaseCount": 4,
|
|
"EmptyDatabasesCount": 2,
|
|
"SQLServerMasterConnectionString": ""
|
|
}
|
|
}
|
|
}
|