aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Config.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-01-02 08:47:29 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-01-02 08:47:29 +0200
commit520e878bf98efcec9c75abcfe483175ff72620a2 (patch)
tree62a7221e3c22187821f6a5e399eca0f7bd31168a /Software/Visual_Studio/Web/Tango.MachineService/Config.cs
parent30574fe4a6e1bb4f60a43e9000acaf919811689a (diff)
parent25f5e6ddef7ef2fa0a747305847eeb4ceee5a2c9 (diff)
downloadTango-520e878bf98efcec9c75abcfe483175ff72620a2.tar.gz
Tango-520e878bf98efcec9c75abcfe483175ff72620a2.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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