jelmerdejong/flask-app-blueprint

Make installation easier by not depending on ENV variables out of the box, but use them as enhancement when needed

jelmerdejong opened this issue · 0 comments

SECRET_KEY = os.environ.get('SECRET_KEY') or 'default-for-local-setup'