Skip to content

Commit

Permalink
Drop support for config from py files
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Jan 5, 2024
1 parent 77c0fca commit d56b15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# present, it is loaded in debug and testing modes only
for each_app in all_apps:
coaster.app.init_app(
each_app, ['py', 'env'], env_prefix=['FLASK', f'APP_{each_app.name.upper()}']
each_app, ['env'], env_prefix=['FLASK', f'APP_{each_app.name.upper()}']
)

# Force specific config settings, overriding deployment config
Expand Down

0 comments on commit d56b15c

Please sign in to comment.