DroptuneHQ / droptune-og

New music notifications for Spotify & Apple Music. Follow your favorite artists so you never miss a beat.
https://droptune.co
MIT License
93 stars 16 forks source link

Normalize the config keys, use all lower case #101

Closed danielwestendorf closed 4 years ago

danielwestendorf commented 4 years ago

The APPLE_PRIVATE_KEY ENV key is currently being used, but the application.yml.sample defines it as all lower-case. Since the rest of the ENV keys are all lower case, follow suit.

This is a breaking change.