aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-04-19 12:07:32 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-04-19 12:07:32 +0300
commitd3811ca4da1f2917650f0500a714a5140a3617c0 (patch)
treec9d487296079dbad8c885419d1e2b95dbf85f469 /Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI
parent73eba10804834bf1ff1e5c9834c33814dd0a6d61 (diff)
downloadTango-d3811ca4da1f2917650f0500a714a5140a3617c0.tar.gz
Tango-d3811ca4da1f2917650f0500a714a5140a3617c0.zip
r
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs6
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;