Skip to content

Instantly share code, notes, and snippets.

@pazteddy
Created May 8, 2025 19:04
Show Gist options
  • Select an option

  • Save pazteddy/93e07d6d01ffca58ccf1e3d3bda1f20d to your computer and use it in GitHub Desktop.

Select an option

Save pazteddy/93e07d6d01ffca58ccf1e3d3bda1f20d to your computer and use it in GitHub Desktop.
Conexión a nuestra base de datos SQL Server
{
"ConnectionStrings": {
"ConexionSql":"Server=localhost;Database=ApiEcommerceNET8;User ID=SA;Password=MyStrongPass123;TrustServerCertificate=true;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}
@marlonperezn4
Copy link

Bien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment