18 lines
378 B
JSON
Raw Normal View History

2024-04-30 12:46:36 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-05-01 04:28:40 +04:00
"AllowedHosts": "*",
2024-05-30 01:20:47 +04:00
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587",
"PopHost": "pop.gmail.com",
"PopPort": "995",
"MailLogin": "hugolyter@gmail.com",
"MailPassword": "erpt vlrs aogd xoun",
2024-05-01 04:28:40 +04:00
"IPAddress": "http://localhost:5159/"
2024-04-30 12:46:36 +04:00
}