From e7f19e49b876a568ac5770ccd878a90afe0a1d42 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Fri, 25 Mar 2016 14:06:47 -0400 Subject: [PATCH] docs --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 611b7d6..d1ddab2 100644 --- a/README.md +++ b/README.md @@ -20,22 +20,13 @@ Resin Dockerfile & scripts for [The Things Network](http://thethingsnetwork.org/ 1. Click the "Environment Variables" section at the left side of the screen. This will allow you to configure environment parameters for this and only this device, and which will be appropriately inserted into this device's "local_conf.json" with lowercase tuple names derived from the appropriate uppercase environment names beginning with "GW_". For example, for a gateway with no GPS, the MINIMUM environment variables that you should configure at this screen should look something like this: -DEVICE ENVIRONMENT VARIABLES -Name |Value -___________________|________________________ -GW_CONTACT_EMAIL |yourname@yourdomain.com -GW_DESCRIPTION |your-gateway-1 -GW_REGION |EU -GW_REF_LATITUDE |52.376364 -GW_REF_LONGITUDE |4.884232 -GW_REF_ALTITUDE |3 - +DEVICE ENVIRONMENT VARIABLES Name | Value ------------------|-------------------------- -21 | yourname@yourdomain.com -22 | your-gateway-1 -13 | EU -14 | 52.376364 +GW_REGION | EU +GW_CONTACT_EMAIL | yourname@yourdomain.com +GW_DESCRIPTION | your-gateway-1 +GW_REF_LATITUDE | 52.376364 GW_REF_LONGITUDE | 4.884232 GW_REF_ALTITUDE | 3