Fix inconsistent HMSTAT keys in hostport configuration.

This commit is contained in:
Ferdi Franceschini
2013-05-06 21:23:41 +10:00
parent a192276023
commit f82876356f
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ foreach {key host port} {
# TEST HISTOGRAM SERVER HOST AND PORT
foreach {key host port} {
HMM das1-test.nbi.ansto.gov.au 8080
HMMSTAT das1-test.nbi.ansto.gov.au 8081
HMSTAT das1-test.nbi.ansto.gov.au 8081
} {
dict set HISTMEM_HOSTPORT $key HOST $host
dict set HISTMEM_HOSTPORT $key PORT $port