flask-environments
flask-environments copied to clipboard
app.config name is mispelled
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?
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.