diff options
author | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 14:00:33 +0100 |
---|---|---|
committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 14:00:33 +0100 |
commit | 25c603b32eaf35f07bea0dfd9541afd196cb1343 (patch) | |
tree | 8b9f8c7b74eaa455988e38dcb2a5d04366bd42f8 /nms/config.pm | |
parent | 06c9106b396d02d45ce5dd954507d010063ded59 (diff) |
Updated config to nms-dev-db
Diffstat (limited to 'nms/config.pm')
-rwxr-xr-x | nms/config.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nms/config.pm b/nms/config.pm index faaeaa1..db9775f 100755 --- a/nms/config.pm +++ b/nms/config.pm @@ -6,9 +6,9 @@ package nms::config; # DB our $db_name = "nms"; -our $db_host = "db"; +our $db_host = "nms-dev-db.gathering.org"; our $db_username = "nms"; -our $db_password = "foobar"; +our $db_password = "nms-lol"; # NMS hash used for public NMS obfuscation of interface names our $nms_hash = "<removed>"; |