Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Streamline env variables #92

Open
danisyellis opened this issue Dec 8, 2020 · 0 comments
Open

Streamline env variables #92

danisyellis opened this issue Dec 8, 2020 · 0 comments
Labels
later Let's not work on this one yet

Comments

@danisyellis
Copy link
Collaborator

Let's do this after converting the repo to TypeScript

Right now, the defaults for our env variables aren't very standardized. Some are optional, some aren't, some can be blank, others can't, etc. We have numeric entries that must be present, but should be allowed to be zero and we have a string (TIMEZONE) that is totally optional, where "" is treated as if it's missing.
We may want to change some of them to use non-string true and false. It looks like this package would allow us to do that in an .env file https://www.npmjs.com/package/dotenv-parse-variables

@danisyellis danisyellis added the later Let's not work on this one yet label Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
later Let's not work on this one yet
Projects
None yet
Development

No branches or pull requests

1 participant