diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-19 12:07:32 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-19 12:07:32 +0300 |
| commit | d3811ca4da1f2917650f0500a714a5140a3617c0 (patch) | |
| tree | c9d487296079dbad8c885419d1e2b95dbf85f469 /Software | |
| parent | 73eba10804834bf1ff1e5c9834c33814dd0a6d61 (diff) | |
| download | Tango-d3811ca4da1f2917650f0500a714a5140a3617c0.tar.gz Tango-d3811ca4da1f2917650f0500a714a5140a3617c0.zip | |
r
Diffstat (limited to 'Software')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs index 04ca2cdeb..0bf54e07e 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs @@ -22,14 +22,14 @@ namespace Tango.PPC.DataSynchronizer.CLI public class DataSynchronizer { private const String REMOTE_ADDRESS = "twine.database.windows.net"; - private const String REMOTE_CATALOG = "Tango_DEV"; + private const String REMOTE_CATALOG = "Tango_DEV"; //Tango_TEST private const String REMOTE_USER_NAME = "Roy"; private const String REMOTE_PASSWORD = "Aa123456"; private const String LOCAL_ADDRESS = "localhost\\SQLPPC"; - private const String LOCAL_CATALOG = "Tango"; + private const String LOCAL_CATALOG = "Tango"; //Tango_TEST - private const String MACHINE_SERIAL_NUMBER = "LENA_TABLET"; + private const String MACHINE_SERIAL_NUMBER = "LENA_TABLET"; //ROY_TEST_MACHINE private Core.DataSource source; private Core.DataSource target; |
