tko22/flask-boilerplate

Add creds.ini file instead of hardcoding urls

tko22 opened this issue · 0 comments

tko22 commented

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.