26 lines
439 B
JSON
26 lines
439 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Default": ""
|
|
},
|
|
"Jwt": {
|
|
"Secret": "",
|
|
"Issuer": "CalendarReminder",
|
|
"Audience": "CalendarReminderUsers"
|
|
},
|
|
"Email": {
|
|
"Host": "smtp.gmail.com",
|
|
"Port": 587,
|
|
"Username": "",
|
|
"Password": "",
|
|
"From": "",
|
|
"UseSsl": false
|
|
}
|
|
}
|