From 481167aa424c7b5630cbccebb55ab9e470c0c258 Mon Sep 17 00:00:00 2001 From: zlalani Date: Wed, 6 May 2020 14:59:39 +0100 Subject: [PATCH] updated configs --- lib/daemon/daemon_config.pl | 2 +- prun.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/daemon/daemon_config.pl b/lib/daemon/daemon_config.pl index 564073e..f67cfb2 100644 --- a/lib/daemon/daemon_config.pl +++ b/lib/daemon/daemon_config.pl @@ -1,3 +1,3 @@ #!/usr/bin/perl -destination_ip => '', # Add url for dashboard here \ No newline at end of file +destination_ip => 'http://proddash.oliver.solutions', # Add url for dashboard here \ No newline at end of file diff --git a/prun.sh b/prun.sh index f96f6a5..5688106 100644 --- a/prun.sh +++ b/prun.sh @@ -1 +1 @@ -plackup -s Starman bin/app.psgi +plackup -s Starman --port 5001 bin/app.psgi