From 4cf3c338ad7bc5b171eb3b7d18c8d5494ac1a6df Mon Sep 17 00:00:00 2001 From: Lasse Haugen Date: Wed, 5 Apr 2023 22:35:38 +0200 Subject: tg23 fix --- include/config.local.pm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 include/config.local.pm (limited to 'include/config.local.pm') diff --git a/include/config.local.pm b/include/config.local.pm new file mode 100644 index 0000000..821391c --- /dev/null +++ b/include/config.local.pm @@ -0,0 +1,19 @@ +#! /usr/bin/perl +use strict; +use warnings; +package nms::config; + +# DB +our $db_name = "nms"; +our $db_host = "localhost"; +our $db_username = "nms"; +our $db_password = ""; +our $graphite_host = "graphite"; +our $graphite_port = "2003"; + +# Influx +our $influx_host = "http://localhost:8086"; +our $influx_username = "gondulWrite"; +our $influx_password = ""; +our $influx_database = "gondul"; + -- cgit v1.2.3