mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-12-25 13:51:59 +00:00
Update .env
Removes location specific variables and sets them to blank values.
This commit is contained in:
parent
71573f9854
commit
a98cb04232
1 changed files with 2 additions and 2 deletions
4
.env
4
.env
|
@ -1,8 +1,8 @@
|
||||||
FEEDER_TZ=America/New_York
|
FEEDER_TZ=Country/Locality
|
||||||
ADSB_SDR_SERIAL=my_rtlsdr_serial
|
ADSB_SDR_SERIAL=my_rtlsdr_serial
|
||||||
ADSB_SDR_PPM=xxx
|
ADSB_SDR_PPM=xxx
|
||||||
FEEDER_LAT=xx.xxxxxx
|
FEEDER_LAT=xx.xxxxxx
|
||||||
FEEDER_LONG=-71.23456
|
FEEDER_LONG=xx.xxxxxx
|
||||||
FEEDER_ALT_M=xx
|
FEEDER_ALT_M=xx
|
||||||
FEEDER_ALT_FT=xxx
|
FEEDER_ALT_FT=xxx
|
||||||
FEEDER_NAME=my_feeder_name
|
FEEDER_NAME=my_feeder_name
|
||||||
|
|
Loading…
Reference in a new issue