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.
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.