-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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.
- Have a
.envfile be automatically loaded on any program using the platform. - Have a function like
Dotenv.loadorEnv.loadDotenvof typeTask {} _which loads the dotenv file and makes later calls toEnv.varuse the new environment variables.
Metadata
Metadata
Assignees
Labels
No labels