2022-05-09 14:41:15 -07:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
2022-05-17 14:04:42 -07:00
|
|
|
"DefaultConnection": "Data source=ecommerce.db",
|
|
|
|
"Redis": "localhost"
|
2022-05-10 22:43:36 -07:00
|
|
|
},
|
|
|
|
"ApiUrl": "https://localhost:5001/"
|
2022-05-09 14:41:15 -07:00
|
|
|
}
|