We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
web: cabal run -- Staging -p $PORT
...for a staging environment, or like
web: cabal run -- Production -p $PORT
...for a production environment.
heroku config:set MYSQL_HOST=*****.************.*********.rds.amazonaws.com # e.g. if you're using amazon RDS heroku config:set MYSQL_PASSWORD=********* heroku config:set MYSQL_PORT=3306 heroku config:set MYSQL_USER=*********