From e8a20f730651d07deff33dc559acfdca32cce271 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Wed, 13 Apr 2016 20:50:41 +0200 Subject: More work on adapting /opt and tests --- include/config.pm.dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/config.pm.dist') diff --git a/include/config.pm.dist b/include/config.pm.dist index ff17111..9987d05 100755 --- a/include/config.pm.dist +++ b/include/config.pm.dist @@ -4,10 +4,10 @@ use warnings; package nms::config; # DB -our $db_name = "{ db_name }"; -our $db_host = "{ db_host }"; -our $db_username = "{ db_user }"; -our $db_password = "{ db_password }"; +our $db_name = "nms"; +our $db_host = "db"; +our $db_username = "nms"; +our $db_password = "risbrod"; # Max SNMP polls to fire off at the same time. our $snmp_max = 20; -- cgit v1.2.3