Apigateway/Microservicios/MsUsuarios/appsettings.Development.json

18 lines
458 B
JSON
Raw Normal View History

2022-11-02 11:31:23 -05:00
{
"ConnectionStrings": {
"ConString": "user id=HIMSCAP;password=ITTASA2017;data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=181.129.245.90)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROYECTOS)))"
},
"RabbitMQConfig": {
"HostName": "localhost",
"UserName": "guest",
"Password": "guest"
},
2022-11-02 11:31:23 -05:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information"
2022-11-02 11:31:23 -05:00
}
},
"AllowedHosts": "*"
2022-11-02 11:31:23 -05:00
}