Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Having by default `PORT=` only assigns to that variable `0`, which is interpreted by puma to start the web app in a random port when `bin/dev` is called. Also `export`ing the port in this file is useless, as in the foreman context, it's eventually overriden by the settings of your default `.env` file that has just been copied from `.env.example`.
- Loading branch information