1234567891011121314151617 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "Redis": {
- "Default": {
- "Connection": "192.168.81.32:6379",
- "InstanceName": "local",
- "DefaultDB": 0
- }
- }
- }
|