arpanghosh8453 / public-fitbit-projects

A script to fetch data from Fitbit servers using their API and store the data in a local influxdb database.
BSD 4-Clause "Original" or "Old" License
323 stars 29 forks source link

Allow use of environment variables for defining configuration values. #1

Closed moorecp closed 1 year ago

moorecp commented 1 year ago

I created a Docker image for use in my personal setup and using environment variables makes the image portable for use by others as they won't need to rebuild the image to modify the configuration.

arpanghosh8453 commented 1 year ago

Thank you for your contribution. This looks like a better way to manage things.