From 3ba5169e1cea2e0a50bb104d05c04e1f042fe90c Mon Sep 17 00:00:00 2001 From: localhorst Date: Thu, 2 Mar 2023 18:45:35 +0100 Subject: [PATCH] delete config --- config.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 config.py diff --git a/config.py b/config.py deleted file mode 100644 index b12393a..0000000 --- a/config.py +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 = "689427bb344c937172c04b172@ttn" -ttn_key = "NNSXS.33YDGTEWAM6USZ3YAAXQE2MHSU5HZ7XQ3GKTNIQ.C7DOJEHWYOZCFOS5ITRP7DJSJOE3TDYCCHFS7ZKANAQWF36N5RYA" -ttn_region = "EU1" \ No newline at end of file