PIAPS_CW/RestAPI/appsettings.json

19 lines
417 B
JSON
Raw Normal View History

2024-05-09 17:45:03 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-06-15 00:01:39 +04:00
"JwtOptions": {
"SecretKey": "secretkey_secretkey_secretkey_secretkey",
"ExpiresHours": 24
},
"MailOptions": {
"Email": "21.guns.site@gmail.com",
"Password": "tiss lpgf nhap qnfc",
"SmtpClientHost": "smtp.gmail.com",
"SmtpClientPort": "587"
},
2024-05-09 17:45:03 +04:00
"AllowedHosts": "*"
2024-06-15 00:01:39 +04:00
}