diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs | 2 |
1 files changed, 1 insertions, 1 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 17785bb3c..e4fa011e8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs @@ -29,7 +29,7 @@ namespace Tango.PPC.DataSynchronizer.CLI private const String LOCAL_ADDRESS = "localhost\\SQLPPC"; private const String LOCAL_CATALOG = "Tango"; //Tango_TEST - private const String MACHINE_SERIAL_NUMBER = "LENA_TABLET"; //ROY_TEST_MACHINE + private const String MACHINE_SERIAL_NUMBER = "ROY_X1"; //ROY_TEST_MACHINE private Core.DataSource source; private Core.DataSource target; |
