appsettings.json 292 B

123456789101112
  1. {
  2. "ConnectionStrings": {
  3. "shoeShopDb": "Server=DESKTOP-7S4CGG7\\SQLEXPRESS;Database=826;TrustedConnection=True;TrustServerCertificate=True;"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Information",
  8. "Microsoft.AspNetCore": "Warning"
  9. }
  10. },
  11. "AllowedHosts": "*"
  12. }