2022-05-09 14:41:15 -07:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
2022-05-19 15:47:12 -07:00
|
|
|
"Microsoft.AspNetCore": "Information"
|
2022-05-09 14:41:15 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
2022-05-17 14:04:42 -07:00
|
|
|
"DefaultConnection": "Data source=ecommerce.db",
|
2022-05-19 13:50:10 -07:00
|
|
|
"IdentityConnection": "Data source=indentity.db",
|
2022-05-17 14:04:42 -07:00
|
|
|
"Redis": "localhost"
|
2022-05-10 22:43:36 -07:00
|
|
|
},
|
2022-05-19 15:47:12 -07:00
|
|
|
"Token": {
|
|
|
|
"Key": "super secret key",
|
|
|
|
"Issuer": "https://localhost:5001"
|
|
|
|
},
|
2022-05-10 22:43:36 -07:00
|
|
|
"ApiUrl": "https://localhost:5001/"
|
2022-05-09 14:41:15 -07:00
|
|
|
}
|