2025-01-24 19:17:26 -03:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft": "Debug",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Debug",
|
|
|
|
|
"Microsoft.AspNetCore.Authentication": "Debug",
|
|
|
|
|
"Microsoft.AspNetCore.Authorization": "Debug",
|
|
|
|
|
"Microsoft.AspNetCore.Authentication.JwtBearer": "Debug",
|
|
|
|
|
"Microsoft.AspNetCore.Components.Authorization": "Debug",
|
|
|
|
|
"Microsoft.IdentityModel.Tokens": "Debug"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
|
|
|
|
"ConnectionStrings": {
|
2025-01-29 10:15:42 -03:00
|
|
|
// "phronCareDB": "Data Source=ROG-\\SQLEXPRESS;Initial Catalog=phronCare;Integrated Security=True;Trusted_Connection=True;Trust Server Certificate=true",
|
|
|
|
|
// "PhronCareOperationsHubConnection": "Data Source=ROG-\\SQLEXPRESS;Initial Catalog=PhronCareOperationsHub;Integrated Security=True;Trusted_Connection=True;Trust Server Certificate=true"
|
2025-01-24 19:17:26 -03:00
|
|
|
|
2025-01-29 10:15:42 -03:00
|
|
|
"phronCareDB": "Data Source=srv01.saludlab.com.ar,39458;Initial Catalog=phronCare;TrustServerCertificate=True;User ID=sa;Password=HS|s[~xxQzTo/n>9jO;",
|
|
|
|
|
"PhronCareOperationsHubConnection": "Data Source=srv01.saludlab.com.ar,39458;Initial Catalog=phronCare_OperationsHub;TrustServerCertificate=True;User ID=sa;Password=HS|s[~xxQzTo/n>9jO;"
|
2025-01-24 19:17:26 -03:00
|
|
|
},
|
|
|
|
|
"EmailConfiguration": {
|
|
|
|
|
"From": "maskinc00@gmail.com",
|
|
|
|
|
"SmtpServer": "smtp.gmail.com",
|
|
|
|
|
"SmtpPort": 465,
|
|
|
|
|
"Username": "maskinc00@gmail.com",
|
|
|
|
|
"Password": "yulaklzwjuinkddw"
|
|
|
|
|
},
|
|
|
|
|
"JWT": {
|
2025-01-31 15:03:49 -03:00
|
|
|
// "ValidIssuer": "https://localhost:7105",
|
|
|
|
|
// "ValidAudience": "https://localhost:7034",
|
|
|
|
|
"ValidIssuer": "http://phroncareAPI:8080",
|
|
|
|
|
"ValidAudience": "http://phroncareAPI:8080",
|
2025-01-24 19:17:26 -03:00
|
|
|
"Secret": "SXkSqsKyNUyvGbnHs7ke2NCq8zQzNLW7mPmHbnZZ"
|
|
|
|
|
}
|
|
|
|
|
}
|