From 239a2517ba3f891bb699188516f0ff0df1ac6078 Mon Sep 17 00:00:00 2001 From: localhorst Date: Thu, 2 Mar 2023 18:42:51 +0100 Subject: [PATCH] update gitignore --- .gitignore | 1 + config.py | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b02f414..cfdef90 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ dkms.conf *.out *.app +config.py diff --git a/config.py b/config.py index 77b3c2f..b12393a 100644 --- a/config.py +++ b/config.py @@ -9,6 +9,6 @@ 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 +ttn_user = "689427bb344c937172c04b172@ttn" +ttn_key = "NNSXS.33YDGTEWAM6USZ3YAAXQE2MHSU5HZ7XQ3GKTNIQ.C7DOJEHWYOZCFOS5ITRP7DJSJOE3TDYCCHFS7ZKANAQWF36N5RYA" +ttn_region = "EU1" \ No newline at end of file