From 1a0dcf7579c2586b925458ee44ff3a232f0560ce Mon Sep 17 00:00:00 2001 From: Thomas Letsch Groch Date: Mon, 1 Jun 2020 19:31:19 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improving=20heroku=20form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index a76baa4..df9be7b 100644 --- a/app.json +++ b/app.json @@ -24,11 +24,6 @@ } }, "env": { - "SHYNET_HOST": { - "description": "The domain on which you'll be hosting Shynet at. (re-type the heroku app name here)", - "value": "your-app.herokuapp.com", - "required": false - }, "DB_NAME": { "description": "Database name (PostgreSQL)", "value": "shynet", @@ -128,6 +123,11 @@ "value": "admin@example.com", "required": false }, + "SHYNET_HOST": { + "description": "The domain on which you'll be hosting Shynet.", + "value": "your-app.herokuapp.com", + "required": false + }, "SHYNET_WHITELABEL": { "description": "What you'd like to call your Shynet instance.", "value": "shynet-analytics",