12345678910111213 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "ConnectionStrings": {
- "Redis": "10.30.37.2:6379,database=0,prefix=Sorting:"
- //"Redis": "127.0.0.1,database=0,prefix=Sorting:"
- }
- }
|