16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "DataSource=app.db;Cache=Shared"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Shops": {
|
|
"Path": "./shops"
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |