Skip to content

Commit

Permalink
checked missing config module
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 21, 2018
1 parent 64540e1 commit 32f8f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

my_app_settings = os.getenv(
'APP_SETTINGS',
'project.config.DevConfig'
'app.config.DevelopmentConfig'
)
my_app.config.from_object(my_app_settings)

0 comments on commit 32f8f9d

Please sign in to comment.