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