flask-environments icon indicating copy to clipboard operation
flask-environments copied to clipboard

app.config name is mispelled

Open richburdon opened this issue 9 years ago • 1 comments

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?

richburdon avatar Aug 14 '15 12:08 richburdon

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.

nelsnelson avatar Feb 26 '18 22:02 nelsnelson