lovebeat
lovebeat copied to clipboard
[enhancement] support supplying configuration via environment variables
To deploy in a PaaS like Heroku, using environment variables for port configuration would be super helpful.
Usually a PaaS exposes what port the application should bind to as $PORT. A database url to be used would be $DATABASE_URL, etc.