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",