You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered that the flask template relies on an environment variable called ENVIRONMENT being set (e.g. ENVIRONMENT="dev", ENVIRONMENT="prod"). While not an ideal dependency, we should still set it anyways from infra point of view.
The text was updated successfully, but these errors were encountered:
actually on second thought i think we should probably prioritize navapbc/template-application-flask#136 and deprioritize this ticket. i'm actually still on the fence as to whether we should do this at all.
don't think we should do this unless there's a real need for it. in general want to discourage from using the environment as part of application logic, to stay true to 12factorapp principles
I discovered that the flask template relies on an environment variable called
ENVIRONMENT
being set (e.g. ENVIRONMENT="dev", ENVIRONMENT="prod"). While not an ideal dependency, we should still set it anyways from infra point of view.The text was updated successfully, but these errors were encountered: