aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Config.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Config.cs16
1 files changed, 0 insertions, 16 deletions
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