15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"CompanyName": "AAAAAAAA",
|
|
"ConnectionStrings": {
|
|
"ShopDB": "Data Source=Shop.sqlite.db"
|
|
}
|
|
}
|