Fix host names and port numbers.
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
|
||||
# TEST MOTOR HOST AND PORT
|
||||
foreach {key host port} {
|
||||
MC1 localhost 62530
|
||||
MC2 localhost 62531
|
||||
MC3 localhost 62532
|
||||
MC4 localhost 62533
|
||||
MC1 localhost 62630
|
||||
MC2 localhost 62631
|
||||
MC3 localhost 62632
|
||||
MC4 localhost 62633
|
||||
MC6 localhost 62634
|
||||
} {
|
||||
dict set MOTOR_HOSTPORT $key HOST $host
|
||||
dict set MOTOR_HOSTPORT $key PORT $port
|
||||
|
||||
Reference in New Issue
Block a user