From 1a73b4c1c79f967490ee4bd1ea351de4e98e737a Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 09:46:36 -0700 Subject: [PATCH] Updated app.json env variables --- app.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 4f0a5ef4..d50a850a 100644 --- a/app.json +++ b/app.json @@ -3,5 +3,19 @@ "description": "Beautiful, opensource web forms", "repository": "https://github.com/whitef0x0/tellform", "logo": "https://node-js-sample.herokuapp.com/node.svg", - "keywords": ["node", "express", "static", "mean"] + "keywords": ["node", "express", "static", "mean"], + "env": { + "SUBDOMAINS_DISABLED": { + "description": "Disable subdomains for user forms", + "value": "TRUE" + }, + "NODE_ENV": { + "description": "Specify whether to run development or production version of the app", + "value": "production", + "required": true + } + }, + "scripts": { + "predeploy": "grunt build" + } }