Skip to content

Instantly share code, notes, and snippets.

@trainingLeader
Forked from pazteddy/appsettings.json
Created August 22, 2025 14:03
Show Gist options
  • Select an option

  • Save trainingLeader/12035f2d19498064706b91d2c3401f29 to your computer and use it in GitHub Desktop.

Select an option

Save trainingLeader/12035f2d19498064706b91d2c3401f29 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": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment