11 lines
285 B
JSON
11 lines
285 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"ConnectionStrings": {
|
||
|
"ProductsSqlConnection": "Server=(localdb)\\mssqllocaldb;Database=Stock;Trusted_Connection=True;MultipleActiveResultSets=true"
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|