diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-30 20:17:10 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-30 20:17:10 +0300 |
| commit | 8336c907a3084b7333e27da3a2ea601dfc4258f2 (patch) | |
| tree | de3e6b1394a4822a66d291b348a5f0072616ccc2 /Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs | |
| parent | cf6944f2dcff57e25c5d804b5f2659381df38e1c (diff) | |
| download | Tango-8336c907a3084b7333e27da3a2ea601dfc4258f2.tar.gz Tango-8336c907a3084b7333e27da3a2ea601dfc4258f2.zip | |
FSE automatic update checks.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs b/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs index 431d64200..2a844fbc3 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs @@ -11,6 +11,7 @@ namespace Tango.MachineService { public static String TANGO_VERSIONS_CONTAINER => ConfigurationManager.AppSettings[nameof(TANGO_VERSIONS_CONTAINER)].ToString(); public static String MACHINE_STUDIO_VERSIONS_CONTAINER => ConfigurationManager.AppSettings[nameof(MACHINE_STUDIO_VERSIONS_CONTAINER)].ToString(); + public static String FSE_VERSIONS_CONTAINER => ConfigurationManager.AppSettings[nameof(FSE_VERSIONS_CONTAINER)].ToString(); public static bool ENFORCE_MACHINE_STUDIO_VERSION => bool.Parse(ConfigurationManager.AppSettings[nameof(ENFORCE_MACHINE_STUDIO_VERSION)].ToString()); public static String JWT_TOKEN_SECRET => ConfigurationManager.AppSettings[nameof(JWT_TOKEN_SECRET)].ToString(); public static String REFRESH_TOKENS_TABLE_NAME => ConfigurationManager.AppSettings[nameof(REFRESH_TOKENS_TABLE_NAME)].ToString(); @@ -20,6 +21,7 @@ namespace Tango.MachineService public static String TFS_COLLECTION_URL => ConfigurationManager.AppSettings[nameof(TFS_COLLECTION_URL)].ToString(); public static String TFS_PERSONAL_TOKEN => ConfigurationManager.AppSettings[nameof(TFS_PERSONAL_TOKEN)].ToString(); + public static String FSE_TFS_USER_EMAIL => ConfigurationManager.AppSettings[nameof(FSE_TFS_USER_EMAIL)].ToString(); } }
\ No newline at end of file |
