You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .env file be automatically loaded on any program using the platform.
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.
The text was updated successfully, but these errors were encountered:
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.
.env
file be automatically loaded on any program using the platform.Dotenv.load
orEnv.loadDotenv
of typeTask {} _
which loads the dotenv file and makes later calls toEnv.var
use the new environment variables.The text was updated successfully, but these errors were encountered: