aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.pm.dist
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.pm.dist')
-rwxr-xr-xinclude/config.pm.dist8
1 files changed, 4 insertions, 4 deletions
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;