|
1234567891011121314151617181920212223242526 |
- namespace HealthMonitor.Model.Config
- {
- public class ServiceConfig
- {
-
-
-
- public string TelpoDataUrl { get; set; } = default!;
-
- public string EtcdServerAddress { get; set; } = default!;
-
- public string IotWebApiUrl { get; set; } = default!;
-
-
-
-
-
-
-
-
-
-
-
-
- }
- }
|