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

app.config name is mispelled

Open richburdon opened this issue 8 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