17 lines
345 B
JSON
Raw Normal View History

2023-05-01 14:00:18 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-05-02 11:03:29 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
2023-05-16 13:23:23 +04:00
"MailLogin": "nothellfirescream@gmail.com",
"MailPassword": "luqw smah ospl znhv"
2023-05-01 14:00:18 +04:00
}