From e1af7f4324b9880f8540d3188dab35e354f7d780 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 19 Dec 2018 21:27:55 -0800 Subject: [PATCH] Updated Heroku (markdown) --- Heroku.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)