mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 05:22:57 +01:00
23 lines
391 B
JSON
23 lines
391 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"TestSqlServer": "Server=(localdb)\\MSSQLLocalDB; Database=SieveTests;"
|
|
},
|
|
"Sieve": {
|
|
"CaseSensitive": false,
|
|
"DefaultPageSize": 10
|
|
},
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"Debug": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
}
|
|
}
|
|
}
|