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 think it's kind of weird/brittle to load_local_env_vars in production code. While working on integrating template-infra and template-application-flask I noticed the local env vars were being set in the cloud deployed version of the app. I believe it's because the ENVIRONMENT variable wasn't set. But that's kind of a brittle thing to rely on.
The text was updated successfully, but these errors were encountered:
I think it's kind of weird/brittle to load_local_env_vars in production code. While working on integrating template-infra and template-application-flask I noticed the local env vars were being set in the cloud deployed version of the app. I believe it's because the
ENVIRONMENT
variable wasn't set. But that's kind of a brittle thing to rely on.The text was updated successfully, but these errors were encountered: