diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-26 14:46:35 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-26 14:46:35 +0200 |
| commit | 49fb5eb2bfa54d344df09b617bb9337af4c47898 (patch) | |
| tree | a1392742410cd8c3ee8419fdd03b11e0967c45ad /Software/Visual_Studio/Tango.Web/WebConfig.cs | |
| parent | 3e71ab50870db524f7e17aa9d2042da52b15ad63 (diff) | |
| download | Tango-49fb5eb2bfa54d344df09b617bb9337af4c47898.tar.gz Tango-49fb5eb2bfa54d344df09b617bb9337af4c47898.zip | |
Configured DEPLOYMENT_SLOT slot settings..
Diffstat (limited to 'Software/Visual_Studio/Tango.Web/WebConfig.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Web/WebConfig.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Web/WebConfig.cs b/Software/Visual_Studio/Tango.Web/WebConfig.cs index a10da3321..c970fa3a1 100644 --- a/Software/Visual_Studio/Tango.Web/WebConfig.cs +++ b/Software/Visual_Studio/Tango.Web/WebConfig.cs @@ -19,6 +19,7 @@ namespace Tango.Web public static String CLIENT_ID => ConfigurationManager.AppSettings[nameof(CLIENT_ID)].ToString(); public static String APP_SECRET => ConfigurationManager.AppSettings[nameof(APP_SECRET)].ToString(); + public static String DEPLOYMENT_SLOT => ConfigurationManager.AppSettings[nameof(DEPLOYMENT_SLOT)].ToString(); } } |
