forked from jpmeijers/ttn-resin-gateway-rpi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env-distr
32 lines (27 loc) · 787 Bytes
/
.env-distr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Template for the .env configuration file
# Architecture -- Uncomment one of these to match your hardware
# raspberry-pi is for the Raspberry Pi Zero
# GW_MACHINE_NAME=raspberry-pi
# GW_MACHINE_NAME=raspberry-pi2
GW_MACHINE_NAME=raspberrypi3
# TTN Region
SERVER_TTN_CLUSTER_ID=eu1
# Gateway data
GW_EUI=xxxxxxxxxxxxxxxx
GW_KEY=NNSXS.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
GW_ID=eui-xxxxxxxxxxxxxxxx
# Limit the speed for SPI to 5 MHz
GW_SPI_SPEED=5000000
# Collectd options
GW_COLLECTD_SERVER=ip.address.of.server
# GW_COLLECTD_INTERVAL=10
GW_BACKPLANE=none
# GW_BACKPLANE=DBRGN
# Support for BME280 on I2C
GW_BME280=false
# GW_BME280=true
# GW_BME280_ADDR=0x78
# GW_BME280_SMBUS=1
# TTN-Fan
GW_TTN_FAN=false
# GW_TTN_FAN=true