pallets-eco / flask-environments

Environment tools and configuration for Flask applications
MIT License
30 stars 15 forks source link

app.config name is mispelled #9

Open richburdon opened 9 years ago

richburdon commented 9 years ago

app.config['ENVIORNMENT'] = self.env

Should be "ENVIRONMENT"

This could break a lot of apps? So I suggest adding an additional environment attribute and deprecating the old one?

nelsnelson commented 6 years ago

Looks like nobody is gonna fix this, and I don't have the time. So, I'm just gonna stop using this for my application.