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
Instead of using a .env file, why not just use a toml file? That way it'd be the same process for windows and linux. Do environment variables have an advantage over just a plain toml file?
The text was updated successfully, but these errors were encountered:
I like TOML files because V has a good module supporting them. It'll also be cross-platform. I was using .env files because it's easy to source them. We can just have an automatic detection step for nearby files or add a switch to point to one.
If you're up for it, can you contribute to the project?
I like TOML files because V has a good module supporting them. It'll also be cross-platform. I was using .env files because it's easy to source them. We can just have an automatic detection step for nearby files or add a switch to point to one.
If you're up for it, can you contribute to the project?
Yeah I'd like to contribute to the project. I'll start working on it tomorrow (it's night time for me right now)
Instead of using a .env file, why not just use a toml file? That way it'd be the same process for windows and linux. Do environment variables have an advantage over just a plain toml file?
The text was updated successfully, but these errors were encountered: