|
12345678910111213141516 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "TDengineServiceConfig": {
- "Host": "47.116.142.20",
- "UserName": "root",
- "Password": "taosdata",
- "Port": 6030,
- "DB": "health_monitor"
- }
-
- }
|