diff options
author | Lasse Haugen <haugen.lasse@gmail.com> | 2017-10-28 22:36:59 +0200 |
---|---|---|
committer | Lasse Haugen <haugen.lasse@gmail.com> | 2017-10-28 22:36:59 +0200 |
commit | 587743e79d67f5b93fe4745f4efb5c7652bc01af (patch) | |
tree | 6559d96229558c8f63a998dfc1f8c0e81805aad3 /include/config.pm | |
parent | 30c52512c1d5bbab46abf4f6bad9924b69b5ec16 (diff) |
change hostname to localhost
Diffstat (limited to 'include/config.pm')
-rwxr-xr-x | include/config.pm | 2 |
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"; |