Rbenv uses rbenv-vars
to specify per-application environment variables in Rails.
Most version managers read the .env
file in every project for the environment variables.
However, I can't find a way to make asdf-vm and asdf-ruby to read the .env
file and export all the env variables in there (or any file with the env variables).
The docs on the same are quite scanty.
How do you set environment variables using asdf-vm
or asdf-ruby
on a Rails project?