From 311942826a3954c92f1f4a92ca83a83739a150bc Mon Sep 17 00:00:00 2001 From: Fernando Rodriguez Date: Fri, 10 Feb 2017 13:13:49 -0300 Subject: [PATCH] Adding value as text to be displayed in heroku installation --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index daa69d3a..61905281 100644 --- a/app.json +++ b/app.json @@ -40,7 +40,7 @@ "SALESFORCE_SYNC_ALL_ASSETS": { "description": "Export all devices into Salesforce Account and Assets", "required": false, - "value": false + "value": "false" }, "DEVICE_HEARTBEAT": { "description": "Virtual device auto ping",