diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-19 17:06:06 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-19 17:06:06 +0200 |
| commit | 9d1b3ecef54ed7cb166dcfaef75a8e9b5bbcfe4a (patch) | |
| tree | aa52970729a233bf20d40db6d4483083005c535a /Software/Visual_Studio/Utilities/Tango.JobRunsGenerator | |
| parent | 7ffd0bab3c6f397936f8ef9f6829cdf33b850efa (diff) | |
| download | Tango-9d1b3ecef54ed7cb166dcfaef75a8e9b5bbcfe4a.tar.gz Tango-9d1b3ecef54ed7cb166dcfaef75a8e9b5bbcfe4a.zip | |
Redundant.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.JobRunsGenerator')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs index 960795da0..8131a11ba 100644 --- a/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs @@ -16,7 +16,7 @@ namespace Tango.JobRunsGenerator static void Main(string[] args) { DataSource dataSource = new DataSource(); - dataSource.Catalog = "Tango_TEST"; + dataSource.Catalog = "Tango_DEV"; dataSource.Address = "twine.database.windows.net"; dataSource.IntegratedSecurity = false; dataSource.UserName = "Roy"; |
