aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.pm
diff options
context:
space:
mode:
authorKristian Lyngstøl <kly@kly.no>2017-12-27 11:47:59 +0100
committerGitHub <noreply@github.com>2017-12-27 11:47:59 +0100
commit1e1c6d13c3a1a7da9c1fe94bcbc7a5277d433ac1 (patch)
tree747d89de42166774dc8d07e97de4c56afcb8b753 /include/config.pm
parent5d35cd128743db8386fcf2d986d999c73f9b9dbe (diff)
parent48644fde32d1a4a4be03f7c1ec218609f214e3ef (diff)
Merge pull request #163 from lasseh/master
Minor changes for easier install
Diffstat (limited to 'include/config.pm')
-rwxr-xr-xinclude/config.pm2
1 files changed, 1 insertions, 1 deletions
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";