From 19b0e6d748d44b59228dbe23d96e7297d897f36e Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Mon, 17 Aug 2020 22:34:35 +0200 Subject: [PATCH] Remove .properties file, a default should be generated automatically --- ttnhabbridge/src/dist/ttnhabbridge.properties | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 ttnhabbridge/src/dist/ttnhabbridge.properties diff --git a/ttnhabbridge/src/dist/ttnhabbridge.properties b/ttnhabbridge/src/dist/ttnhabbridge.properties deleted file mode 100644 index 009c016..0000000 --- a/ttnhabbridge/src/dist/ttnhabbridge.properties +++ /dev/null @@ -1,21 +0,0 @@ -# URL of the habitat server -habitat.url=http://habitat.habhub.org - -# Timeout in milliseconds -habitat.timeout=5000 - -# URL of the TTN MQTT server -ttn.mqtt.url=tcp://eu.thethings.network - -# TTN Application Id (e.g. habhub, ttnmapper, etc.) -ttn.app.id=habhub - -# TTN Application key -ttn.app.key=ttn-account-v2.Sh49WL90oQz-ZuxoDrS6yKuACL_jtAA0agdDfO_eVj4 - -# Gateway cache expiration time (seconds) -ttn.gwcache.expiry=600 - -# Payload format, allowed values: 'sodaqone','json','cayenne' -ttn.payload.encoding=cayenne -