diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs index 27d93f467..bb3ef588f 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs @@ -117,8 +117,8 @@ namespace Tango.MachineService.Controllers { return new BugReportingInfoResponse() { - CollectionUrl = MachineServiceConfig.FSE_TFS_COLLECTION_URL, - PersonalToken = MachineServiceConfig.FSE_TFS_PERSONAL_TOKEN, + CollectionUrl = MachineServiceConfig.TFS_COLLECTION_URL, + PersonalToken = MachineServiceConfig.TFS_PERSONAL_TOKEN, UserEmail = MachineServiceConfig.FSE_TFS_USER_EMAIL }; } |
