From d4adb3a3faa36b4500c17e661e09ec2af338b353 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 11 May 2020 03:37:33 +0300 Subject: User invitation via Email ! --- Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs') 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 -- cgit v1.3.1