Apigateway/Microservicios/MsUsuarios/appsettings.json

19 lines
518 B
JSON
Raw Normal View History

2023-02-02 10:50:02 -05:00
{
"ConnectionStrings": {
"ConString": "user id=Admin;password=LWxZwRFgEpBHtnEHR233;data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=unisalud.cc6itcnj1ux9.us-east-1.rds.amazonaws.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=UNISALUD)))"
},
"RabbitMQConfig": {
"HostName": "localhost",
"UserName": "guest",
2024-05-16 16:37:29 -05:00
"Password": "guest",
"Port": 5672
2023-02-02 10:50:02 -05:00
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information"
2023-02-02 10:50:02 -05:00
}
},
"AllowedHosts": "*"
}