phronCare/phronCare.API/appsettings.json
Leandro Hernan Rojas 4c6c7ab548
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m50s
Patch JWT Security
2025-04-28 19:33:43 -03:00

40 lines
1.7 KiB
JSON

{
"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": {
// "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"
"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;"
},
"EmailConfiguration": {
"From": "maskinc00@gmail.com",
"SmtpServer": "smtp.gmail.com",
"SmtpPort": 465,
"Username": "maskinc00@gmail.com",
"Password": "yulaklzwjuinkddw"
},
"JWT": {
"ValidIssuer": "http://phroncare-bio-d7e9h0-api.saludlab.com.ar:9000",
"ValidAudience": "http://phroncare-bio-d7e9h0-api.saludlab.com.ar:9000",
"Secret": "SXkSqsKyNUyvGbnHs7ke2NCq8zQzNLW7mPmHbnZZ"
}
}
// "ValidIssuer": "https://localhost:7105",
// "ValidAudience": "https://localhost:7034",
//"ValidIssuer": "http://phroncareAPI:8080",
//"ValidAudience": "http://phroncareAPI:8080",