Codigo De pruebas Get
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TestRestFullAPI/appsettings.json

28 lines
616 B

2 years ago
{
"ConnectionStrings": {
"MyBaseDeDatos": "Data Source =.;Initial Catalog =EjemploFactura;Integrated Security = True;TrustServerCertificate=True;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
//"ConnectionsString": { "value": "Server =.\\.;Databse=EjemploFactura;Trusted_Connection = True;" }
//"ConnectionsString": {
// "value":"Data Source =.;Initial Catalog =EjemploFactura;Integrated Security = True;Trust Server Certificate=true;"
//}
}