Add Node version to DEV Azure deploy json

This commit is contained in:
Sulka Haro
2017-09-22 09:19:53 +03:00
parent a4dc5ff0c7
commit f1efb739f6
+23 -19
View File
@@ -64,7 +64,7 @@
"colors",
"colorblindfriendly"
],
"defaultValue": "colors",
"defaultValue": "colors"
},
"time_format": {
"type": "string",
@@ -72,7 +72,7 @@
"12",
"24"
],
"defaultValue": "24",
"defaultValue": "24"
},
"language": {
"type": "string",
@@ -99,11 +99,11 @@
"fi",
"ko"
],
"defaultValue": "en",
"defaultValue": "en"
},
"custom_title": {
"type": "string",
"defaultValue": "Nightscout",
"defaultValue": "Nightscout"
},
"alarm_high": {
"type": "string",
@@ -111,7 +111,7 @@
"on",
"off"
],
"defaultValue": "off",
"defaultValue": "off"
},
"alarm_low": {
"type": "string",
@@ -119,7 +119,7 @@
"on",
"off"
],
"defaultValue": "off",
"defaultValue": "off"
},
"alarm_timeago_urgent": {
"type": "string",
@@ -127,7 +127,7 @@
"on",
"off"
],
"defaultValue": "off",
"defaultValue": "off"
},
"alarm_timeago_warn": {
"type": "string",
@@ -135,7 +135,7 @@
"on",
"off"
],
"defaultValue": "off",
"defaultValue": "off"
},
"alarm_urgent_high": {
"type": "string",
@@ -143,7 +143,7 @@
"on",
"off"
],
"defaultValue": "off",
"defaultValue": "off"
},
"alarm_urgent_low": {
"type": "string",
@@ -151,7 +151,7 @@
"on",
"off"
],
"defaultValue": "off",
"defaultValue": "off"
},
"basal_render": {
"type": "string",
@@ -160,7 +160,7 @@
"default",
"icicle"
],
"defaultValue": "none",
"defaultValue": "none"
},
"scale_y": {
"type": "string",
@@ -169,11 +169,11 @@
"linear",
"log-dynamic"
],
"defaultValue": "log",
"defaultValue": "log"
},
"enable": {
"type": "string",
"defaultValue": "basal bwp cage careportal iob cob rawbg sage iage treatmentnotify boluscalc profile food",
"defaultValue": "basal bwp cage careportal iob cob rawbg sage iage treatmentnotify boluscalc profile food"
},
"night_mode": {
"type": "string",
@@ -181,11 +181,11 @@
"on",
"off"
],
"defaultValue": "off",
"defaultValue": "off"
},
"show_plugins": {
"type": "string",
"defaultValue": "careportal",
"defaultValue": "careportal"
},
"show_rawbg": {
"type": "string",
@@ -194,7 +194,7 @@
"never",
"noise"
],
"defaultValue": "never",
"defaultValue": "never"
},
"devicestatus_advanced": {
"type": "string",
@@ -202,7 +202,7 @@
"true",
"false"
],
"defaultValue": "false",
"defaultValue": "false"
},
"profile_multiple": {
"type": "string",
@@ -210,11 +210,15 @@
"on",
"off"
],
"defaultValue": "off",
"defaultValue": "off"
},
"auth_default_roles": {
"type": "string",
"defaultValue": "readable devicestatus-upload",
"defaultValue": "readable devicestatus-upload"
},
"WEBSITE_NODE_DEFAULT_VERSION": {
"type": "string",
"defaultValue": "8.4.0"
}
},
"resources": [{