| 123456789101112 |
- {
- "ConnectionStrings": {
- "shoeShopDb": "Server=DESKTOP-7S4CGG7\\SQLEXPRESS;Database=826;TrustedConnection=True;TrustServerCertificate=True;"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*"
- }
|