phronCare/phronCare.API/appsettings.json
Leandro Hernan Rojas ad0db748fe
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m13s
Update AppSettings
Elliminacion de comentarios
2025-04-29 15:08:51 +00:00

36 lines
1.6 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"
}
}