-
-
Save trainingLeader/12035f2d19498064706b91d2c3401f29 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