diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-11 03:37:33 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-11 03:37:33 +0300 |
| commit | d4adb3a3faa36b4500c17e661e09ec2af338b353 (patch) | |
| tree | e31967e0e9b9dd198c8bf646c1c3c22599badada /Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs | |
| parent | 9ead141002c63c1a44d7851fa4a4a1902c0bfe89 (diff) | |
| download | Tango-d4adb3a3faa36b4500c17e661e09ec2af338b353.tar.gz Tango-d4adb3a3faa36b4500c17e661e09ec2af338b353.zip | |
User invitation via Email !
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 2a844fbc3..bdddbab8f 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs @@ -23,5 +23,7 @@ namespace Tango.MachineService 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(); + + public static String SEND_GRID_API_KEY => ConfigurationManager.AppSettings[nameof(SEND_GRID_API_KEY)].ToString(); } }
\ No newline at end of file |
