I want the foreman gem to use the PORT value provided in the my development env file instead of using its own values. My files setup is shown below:
A bash scri
Looking at the code: https://github.com/ddollar/foreman/blob/master/lib/foreman/process.rb it looks foreman will only take the PORT as a command line argument.