15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data source=ecommerce.db",
|
|
"IdentityConnection": "Data source=indentity.db",
|
|
"Redis": "localhost"
|
|
},
|
|
"ApiUrl": "https://localhost:5001/"
|
|
}
|