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
Right now, Vagrantfiles are a mix of configuration of the guest machine being built + personal local configuration.
As in this commit setting up a synced folder - d215961 - it would be nice to be able to have the specific path extracted out to environment variables or other external configuration.
Then we could have a env_config.yml.example file checked into the repo, making it easy to separate personal configuration from configuration of the guest machine.
The text was updated successfully, but these errors were encountered:
I thought the Dotenv gem (https://github.com/bkeepers/dotenv) seemed like a potential option for this, but couldn't get it working within the context of a Vagrantfile. WIP branch here: master...dotenv
Right now, Vagrantfiles are a mix of configuration of the guest machine being built + personal local configuration.
As in this commit setting up a synced folder - d215961 - it would be nice to be able to have the specific path extracted out to environment variables or other external configuration.
Then we could have a
env_config.yml.example
file checked into the repo, making it easy to separate personal configuration from configuration of the guest machine.The text was updated successfully, but these errors were encountered: