From a9f129d4a72bdddcf6ddc084a832b88d73a98333 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 21 Apr 2016 02:38:56 +0200 Subject: [PATCH] Add environment variable in app.json --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index 71cf1d5..f1899d6 100644 --- a/app.json +++ b/app.json @@ -21,6 +21,10 @@ "CALLBACK": { "description": "The callback URL", "value": "http://your-app.herokuapp.com/callback" + }, + "NODE_ENV": { + "description": "The node environment", + "value": "prod" } } }