1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-21 13:20:11 +00:00

Minor Refactoring of the ".env" File (#55)

Removes location specific variables that seem to have been set by
accident when the current ".env" file was added to the repo. This update
sets them to blank values standardizing their formatting.
This commit is contained in:
Fred Clausen 2023-12-27 06:39:31 -07:00 committed by GitHub
commit 8368aeb25d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.env
View file

@ -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