diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-16 23:21:15 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-16 23:21:15 +0200 |
| commit | 3549567e8db23411a84e006229f3382d912209fb (patch) | |
| tree | f72bb4b47963acb8c827591a3f8ef5283760728e /Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs | |
| parent | 3bc7ddaf3b52eeae095e82e062156dde37e4805b (diff) | |
| download | Tango-3549567e8db23411a84e006229f3382d912209fb.tar.gz Tango-3549567e8db23411a84e006229f3382d912209fb.zip | |
PPC v1.1.7
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs')
| -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 b105b8254..0f53e1504 100644 --- a/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs @@ -19,7 +19,7 @@ namespace Tango.JobRunsGenerator static void Main(string[] args) { DataSource dataSource = new DataSource(); - dataSource.Catalog = "Tango_DEV"; + dataSource.Catalog = "Tango_TEST"; dataSource.Address = "twine.database.windows.net"; dataSource.IntegratedSecurity = false; dataSource.UserName = "Roy"; |
