diff --git a/Heroku.md b/Heroku.md index f145f08..cf76cc3 100644 --- a/Heroku.md +++ b/Heroku.md @@ -2,4 +2,9 @@ You can now instantly deploy your Statping instance on a free Heroku container. [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/hunterlong/statping/tree/master) -View the live Heroku Statping instance at: [https://statping.herokuapp.com](https://statping.herokuapp.com) \ No newline at end of file +View the live Heroku Statping instance at: [https://statping.herokuapp.com](https://statping.herokuapp.com) + +# Database Configuration +You will need to deploy a Postgres database to your instance and insert some configuration variables. View the image below to see what environment variable you need to configure. If you insert `DB_CONN`, Statping will attempt to automatically connect to the database without the need for the `config.yml` file. + +![](https://img.cjx.io/herokustatping.png)