17 lines
337 B
JSON
Raw Normal View History

2023-04-07 10:31:55 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-04-20 23:04:13 +04:00
"AllowedHosts": "*",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
2023-04-20 23:48:44 +04:00
"MailLogin": "ulstulabs@gmail.com",
"MailPassword": "tcsb rgny wsza xlyx"
2023-04-07 10:31:55 +04:00
}