From bbdf520a5e745bb44d3a37892e16cefaa6cb856b Mon Sep 17 00:00:00 2001 From: localhorst Date: Thu, 2 Mar 2023 18:46:43 +0100 Subject: [PATCH] add dummy config --- config.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.py diff --git a/config.py b/config.py new file mode 100644 index 0000000..77b3c2f --- /dev/null +++ b/config.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +""" Author: Hendrik Schutter, mail@hendrikschutter.com + Date of creation: 2023/03/02 + Date of last modification: 2023/03/02 +""" + +hostName = "127.0.0.1" +serverPort = 9101 +exporter_prefix = "msv_clubhouse_" + +ttn_user = "USERID@ttn" +ttn_key = "API KEY" +ttn_region = "EU1" \ No newline at end of file