From 76e808c848c222e472a52e8d3956f29ea3635dee Mon Sep 17 00:00:00 2001 From: Michael James Date: Wed, 7 Sep 2016 19:10:49 -0500 Subject: [PATCH] edexBridge only needs localhost --- rpms/awips2.upc/Installer.ldm/patch/etc/ldmd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpms/awips2.upc/Installer.ldm/patch/etc/ldmd.conf b/rpms/awips2.upc/Installer.ldm/patch/etc/ldmd.conf index c3afc81dd2..86bbcf95d1 100644 --- a/rpms/awips2.upc/Installer.ldm/patch/etc/ldmd.conf +++ b/rpms/awips2.upc/Installer.ldm/patch/etc/ldmd.conf @@ -53,7 +53,7 @@ # are started by the "exec" command and are in the same process group. # EXEC "pqact -e" -EXEC "edexBridge -s EDEX_HOSTNAME" +EXEC "edexBridge -s localhost" # # rtstats uses the LDM to send product latency statistics to the UPC. # For more info on rtstats please see the man page.