navapbc / template-application-flask

Apache License 2.0
9 stars 4 forks source link

Get rid of load_local_env_vars #170

Closed lorenyu closed 1 year ago

lorenyu commented 1 year ago

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.

lorenyu commented 1 year ago

Duplicate of #136