phronCare/phronCare.API/appsettings.json
Leandro Hernan Rojas 65fb465b63
Some checks failed
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Failing after 2m6s
Update ExchangeRateService e Inyecciones
2025-05-08 08:44:14 -03:00

33 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=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": "8f96cb2c6eac839349f783369690eb368411359afbaa8de6c6c2b30927d2f9fe6222fc6911348eb88c235cf393cb808ce80b5498de31e37090ba06482eca93ecbf31b8e1d97209d9ae4ba01d4e285af64bc9758b70decfb385bf96e74f2b6c61d00cc80b8fbfd999d5902e2ca58f2f7a3ee574280d776ba61a5b1cbd0180689577b02fc8ec26297a501c4409f8529b338814f629a2b8fcba21dc0e15f408969dbc4b7f14b43a19b46a41bc288ddf207c16d50b11e1039ffd131c312ddf10df6fd65d8bc3f898a14294cd32366269bee53f84e94f45de80e8b5ddaa1a3b4aa288a7cb35eacaf9c2005d65237210c14843af022177be2f6e93764c3b4030b59f24"
}
}