TheOtherDavid / CoinCheck

A simple app that checks a crypto coin price and sends an SMS alert if there has been a big move recently.
1 stars 0 forks source link

Use environment variables instead of settings.ini #6

Closed TheOtherDavid closed 3 years ago

TheOtherDavid commented 3 years ago

This will make it easier to manage the code in AWS and locally. Related to #5

TheOtherDavid commented 3 years ago

Checked in code to use environment variables instead of settings.ini. The variables will have to be configured in each environment, but the code can stay the same wherever it's running.