- 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!;
-
- public string IotAuth { get; set; } = default!;
-
- public string IotCore { get; set; } = default!;
- }
- }
|