From 587743e79d67f5b93fe4745f4efb5c7652bc01af Mon Sep 17 00:00:00 2001 From: Lasse Haugen Date: Sat, 28 Oct 2017 22:36:59 +0200 Subject: change hostname to localhost --- include/config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.pm b/include/config.pm index a45caf9..c2beae7 100755 --- a/include/config.pm +++ b/include/config.pm @@ -5,7 +5,7 @@ package nms::config; # DB our $db_name = "nms"; -our $db_host = "db"; +our $db_host = "localhost"; our $db_username = "nms"; our $db_password = "risbrod"; our $graphite_host = "graphite"; -- cgit v1.2.3