Skip to content

Commit

Permalink
Minor Refactoring of the ".env" File (#55)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fredclausen authored Dec 27, 2023
2 parents 71573f9 + a98cb04 commit 8368aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FEEDER_TZ=America/New_York
FEEDER_TZ=Country/Locality
ADSB_SDR_SERIAL=my_rtlsdr_serial
ADSB_SDR_PPM=xxx
FEEDER_LAT=xx.xxxxxx
FEEDER_LONG=-71.23456
FEEDER_LONG=xx.xxxxxx
FEEDER_ALT_M=xx
FEEDER_ALT_FT=xxx
FEEDER_NAME=my_feeder_name
Expand Down

0 comments on commit 8368aeb

Please sign in to comment.