mirror of
https://github.com/Biarity/Sieve.git
synced 2025-01-19 00:22:48 +01:00
a5b9e5757e
Mapper assignment in constructor is moved to a null-coalescing member pair (a field and a property) "IncludeScopes" switch is removed from appSettings.{env}.json files
22 lines
363 B
JSON
22 lines
363 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"TestSqlServer": "Server=(localdb)\\MSSQLLocalDB; Database=SieveTests;"
|
|
},
|
|
"Sieve": {
|
|
"CaseSensitive": false,
|
|
"DefaultPageSize": 10
|
|
},
|
|
"Logging": {
|
|
"Debug": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
}
|
|
}
|
|
}
|