Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Merge branch 'CONC-683' into test
Browse files Browse the repository at this point in the history
* CONC-683:
  Making var not required
  Adding SFDC config var

# Conflicts:
#	client/app/simulator/mobile/device-panel.component.js
  • Loading branch information
cpurodriguez committed Jan 27, 2017
2 parents 5c7ca70 + 9145cad commit 589bb39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"description": "Your Salesforce token",
"required": false
},
"SALESFORCE_SYNC_ALL_ASSETS": {
"description": "Export all devices into Salesforce Account and Assets",
"required": false,
"value": false
},
"DEVICE_HEARTBEAT": {
"description": "Virtual device auto ping",
"required": false,
Expand Down

0 comments on commit 589bb39

Please sign in to comment.