nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.6k stars 146 forks source link

expandvars for .env #150

Closed ratazzi closed 9 years ago

ratazzi commented 9 years ago

Add expandvars support for .env, now can use environment variables in .env file.

nickstenning commented 9 years ago

Happy to add this, but I'll need you to add some tests.

ratazzi commented 9 years ago

May be this is not a good idea, Foreman just expand environment variables in Procfile, now is best.