From 03db79bf7d6b21243cedd47a6fc9100a4b773988 Mon Sep 17 00:00:00 2001 From: Irfan Ghaffar Date: Tue, 13 Nov 2018 11:22:28 +0500 Subject: [PATCH] OMG-4586 - code clean up --- lib/daemon/daemon_config.pl | 2 +- lib/daemon/{otp_dashboard.pl => production_dashboard.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/daemon/{otp_dashboard.pl => production_dashboard.pl} (100%) diff --git a/lib/daemon/daemon_config.pl b/lib/daemon/daemon_config.pl index c980f5a..564073e 100644 --- a/lib/daemon/daemon_config.pl +++ b/lib/daemon/daemon_config.pl @@ -1,3 +1,3 @@ #!/usr/bin/perl -destination_ip => 'http://192.168.10.66:5000', \ No newline at end of file +destination_ip => '', # Add url for dashboard here \ No newline at end of file diff --git a/lib/daemon/otp_dashboard.pl b/lib/daemon/production_dashboard.pl similarity index 100% rename from lib/daemon/otp_dashboard.pl rename to lib/daemon/production_dashboard.pl