| 1234567891011121314 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "xyContext": "Server=123.6.55.170;database=MidWare;uid=sa;pwd=hykj800100;"
- }
- }
|