19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data source=ecommerce.db",
|
|
"IdentityConnection": "Data source=indentity.db",
|
|
"Redis": "localhost"
|
|
},
|
|
"Token": {
|
|
"Key": "super secret key",
|
|
"Issuer": "https://localhost:5001"
|
|
},
|
|
"ApiUrl": "https://localhost:5001/"
|
|
}
|