Skip to content

Fix Procfile to be usable in production.

Matthias Käppler requested to merge github/fork/pkgr/fix-procfile into master

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.

Merge request reports