diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 20:50:41 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 20:50:41 +0200 |
commit | e8a20f730651d07deff33dc559acfdca32cce271 (patch) | |
tree | 75bef8a5511e258a82db5cd54f60fcaae3ebca2b /include | |
parent | 34b33fce5a2be8b3ab6dde7f4894da86eed70a0e (diff) |
More work on adapting /opt and tests
Diffstat (limited to 'include')
-rwxr-xr-x | include/config.pm.dist | 8 |
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; |