namespace Config; public class EEMSCenterConfig { public static string DBString { get; set; } = "Database=EEMSServer;Password=123456;Host=localhost;Username=postgres;Persist Security Info=True"; public static string DeviceTableName { get; set; } = "Devices"; }