Fix Procfile to be usable in production.
Created by: crohr
The Procfile may be used for deployment purposes (e.g. on heroku, pkgr.io, etc.), therefore any parameter should default to a production-ready one. They can then be overwritten in dev by using a proper .env
file at the root of the project. Needed by PR #6716.