Fix host names and port numbers.
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
# MOTOR HOST AND PORT
|
# MOTOR HOST AND PORT
|
||||||
foreach {mc host port} {
|
foreach {mc host port} {
|
||||||
MC1 mc1-platypus pmc1-platypus
|
MC1 mc1-pelican pmc1-pelican
|
||||||
MC2 mc2-platypus pmc2-platypus
|
MC2 mc2-pelican pmc2-pelican
|
||||||
MC3 mc3-platypus pmc3-platypus
|
MC3 mc3-pelican pmc3-pelican
|
||||||
MC4 mc4-platypus pmc4-platypus
|
MC4 mc4-pelican pmc4-pelican
|
||||||
|
MC6 mc6-pelican pmc6-pelican
|
||||||
} {
|
} {
|
||||||
dict set MOTOR_HOSTPORT $mc HOST $host
|
dict set MOTOR_HOSTPORT $mc HOST $host
|
||||||
dict set MOTOR_HOSTPORT $mc PORT $port
|
dict set MOTOR_HOSTPORT $mc PORT $port
|
||||||
@@ -21,7 +22,7 @@ foreach {bm host port} {
|
|||||||
|
|
||||||
# HISTOGRAM SERVER HOST AND PORT
|
# HISTOGRAM SERVER HOST AND PORT
|
||||||
foreach {key host port} {
|
foreach {key host port} {
|
||||||
HMM das1-platypus.nbi.ansto.gov.au 8080
|
HMM das1-pelican.nbi.ansto.gov.au 8080
|
||||||
} {
|
} {
|
||||||
dict set HISTMEM_HOSTPORT $key HOST $host
|
dict set HISTMEM_HOSTPORT $key HOST $host
|
||||||
dict set HISTMEM_HOSTPORT $key PORT $port
|
dict set HISTMEM_HOSTPORT $key PORT $port
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
# TEST MOTOR HOST AND PORT
|
# TEST MOTOR HOST AND PORT
|
||||||
foreach {key host port} {
|
foreach {key host port} {
|
||||||
MC1 localhost 62530
|
MC1 localhost 62630
|
||||||
MC2 localhost 62531
|
MC2 localhost 62631
|
||||||
MC3 localhost 62532
|
MC3 localhost 62632
|
||||||
MC4 localhost 62533
|
MC4 localhost 62633
|
||||||
|
MC6 localhost 62634
|
||||||
} {
|
} {
|
||||||
dict set MOTOR_HOSTPORT $key HOST $host
|
dict set MOTOR_HOSTPORT $key HOST $host
|
||||||
dict set MOTOR_HOSTPORT $key PORT $port
|
dict set MOTOR_HOSTPORT $key PORT $port
|
||||||
|
|||||||
Reference in New Issue
Block a user