Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dotenv support #73

Open
KilianVounckx opened this issue Sep 3, 2024 · 0 comments
Open

Add dotenv support #73

KilianVounckx opened this issue Sep 3, 2024 · 0 comments

Comments

@KilianVounckx
Copy link

As discussed on zulip, there should be some kind of support for reading environment variables via dotenv files. I think there are two possibilities here.

  1. Have a .env file be automatically loaded on any program using the platform.
  2. Have a function like Dotenv.load or Env.loadDotenv of type Task {} _ which loads the dotenv file and makes later calls to Env.var use the new environment variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant