Advertisement
Ousterfort

appsettings.json

Feb 6th, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | Source Code | 0 0
  1. {
  2.     "Logging": {
  3.         "LogLevel": {
  4.             "Default": "Information",
  5.             "Microsoft.AspNetCore": "Warning"
  6.         }
  7.     },
  8.     "AllowedHosts": "*",
  9.     "ConnectionStrings": {
  10.         "DefaultConnection": "Server=localhost;Database=ejemplo_crud_mvc;User Id=sa;Password=root;TrustServerCertificate=True;"
  11.     }
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement