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