39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
// "DefaultConnectionString": "Server=103.50.160.45;User ID=marcowvh_admin;Password=Marcoemp@123;Database=marcowvh_empattendanceci",
|
|
//"DefaultConnectionString": "Server=localhost;port=3333;User ID=root;Password=root;Database=MarcoBMS1",
|
|
"DefaultConnectionString": "Server=147.93.98.152;User ID=root;Password=MySqlUser@123$;Database=MarcoBMS1"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Jwt": {
|
|
"Issuer": "http://localhost:5246",
|
|
"Audience": "http://localhost:5246",
|
|
"Key": "sworffishhkjfa9dnfdndfu33infnajfj",
|
|
"ExpiresInMinutes": 60,
|
|
"RefreshTokenExpiresInDays": 7
|
|
},
|
|
"SmtpSettings": {
|
|
"Server": "mail.marcobms.com",
|
|
"Port": 465, //587,
|
|
"SenderName": "Marco",
|
|
"SenderEmail": "vikas@marcobms.com",
|
|
"Username": "vikas@marcobms.com",
|
|
"Password": "MarcoVikas@123",
|
|
"EnableSsl": true
|
|
},
|
|
"EmailSettings": {
|
|
"SmtpServer": "smtp.gmail.com",
|
|
"Port": 587,
|
|
"SenderName": "MarcoIoIT",
|
|
"SenderEmail": "marcoioitsoft@gmail.com",
|
|
"Password": "qrtq wfuj hwpp fhqr"
|
|
}
|
|
|
|
}
|