12345678910111213 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "WZExportContext": "Database=wz;Data Source=192.168.16.95;User Id=root;Password=123;CharSet=utf8;port=3306;SslMode=None;"
- }
- }
|