From 0fb83fb3abb456ee6707b7f3cabc6b0c1ab2281b Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 24 Dec 2018 14:46:55 +0200 Subject: Moved all common web components to Tango.Web Changed app keys names. Fixed issue with machine studio and the initialization of observables static collections. --- .../Visual_Studio/Web/Tango.MachineService/Config.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Software/Visual_Studio/Web/Tango.MachineService/Config.cs (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Config.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Config.cs b/Software/Visual_Studio/Web/Tango.MachineService/Config.cs deleted file mode 100644 index b1d2dafca..000000000 --- a/Software/Visual_Studio/Web/Tango.MachineService/Config.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Linq; -using System.Web; - -namespace Tango.MachineService -{ - public class Config - { - public static String DB_ADDRESS => ConfigurationManager.AppSettings["DbAddress"].ToString(); - public static String DB_USER_NAME => ConfigurationManager.AppSettings["DbUserName"].ToString(); - public static String DB_PASSWORD => ConfigurationManager.AppSettings["DbPassword"].ToString(); - public static String DB_CATALOG => ConfigurationManager.AppSettings["DbCatalog"].ToString(); - } -} \ No newline at end of file -- cgit v1.3.1