Open apmorton opened 11 years ago
It would be great is circus was able to load .env files as introduced by Heroku's foreman.
EDIT: The parsing is defined here: https://github.com/bkeepers/dotenv/blob/master/lib/dotenv/environment.rb
I'm just gonna leave it here for those brought here by Google, as I once was: https://github.com/msiedlarek/circus-env-modifier This is a small package that allows you to modify your watcher environment with a shell command, for example executing a simple shell script. It works just fine for my deployments.
I agree though that this problem deserves a built-in solution.
/path/to/file
Thoughts?