tko22 / flask-boilerplate

Simple flask boilerplate with Postgres, Docker, and Heroku/Zeit now
https://github.com/tko22/flask-boilerplate/wiki
MIT License
301 stars 100 forks source link

Add creds.ini file instead of hardcoding urls #16

Closed tko22 closed 5 years ago

tko22 commented 5 years ago

Hard coding the urls made it much easier for people to set up but that is a very bad way of storing credentials. Instead, we could use a .ini file in which we would parse before we set up the flask configs.