12345678910111213 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "ConnectionStrings": {
- "Redis": "localhost:6379,password=123456",
- "MySqlConnection": "Server=localhost;Database=wcs;User=root;Password=123456;"
- },
- "AllowedHosts": "*"
- }
|