Created
May 8, 2025 19:04
-
-
Save pazteddy/93e07d6d01ffca58ccf1e3d3bda1f20d to your computer and use it in GitHub Desktop.
Conexión a nuestra base de datos SQL Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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
Bien