From 35f48920c8f406e5a25a35c929eabfbdd48beedc Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 27 Jun 2016 08:51:53 +0000 Subject: [PATCH] Task #9192: Use FQDN of GSM monetdb host --- MAC/Deployment/data/OTDB/GSM.comp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAC/Deployment/data/OTDB/GSM.comp b/MAC/Deployment/data/OTDB/GSM.comp index e4909af2001..3a8ee36ece1 100644 --- a/MAC/Deployment/data/OTDB/GSM.comp +++ b/MAC/Deployment/data/OTDB/GSM.comp @@ -36,7 +36,7 @@ node GSM 4.0.0 development 'node constraint' "GSM" #-------------------------------------------------------------------------------------------------------- # name dir. type unit prun. vm value constr. descr. #-------------------------------------------------------------------------------------------------------- -par monetdb_hostname I text - 10 100 "lbd002" - 'name of the host where the database is located' +par monetdb_hostname I text - 10 100 "ldb002.offline.lofar" - 'name of the host where the database is located' par monetdb_port I int - 10 100 51000 - 'port number to use for connection to database' par monetdb_name I text - 10 100 "gsm" - 'the name of the database' par monetdb_user I text - 10 100 "gsm" - 'user name used for connecting to database' -- GitLab