12 lines
289 B
Python
12 lines
289 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
""" Author: Hendrik Schutter, mail@hendrikschutter.com
|
|
"""
|
|
|
|
hostName = "127.0.0.1"
|
|
serverPort = 9106
|
|
exporter_prefix = "vegapulsair_"
|
|
|
|
ttn_user = "appid@ttn"
|
|
ttn_key = "THE APP API KEY FROM TTN CONSOLE"
|
|
ttn_region = "EU1" |