Disable auto-updates in devprod

pull/954/head
Mikunj 5 years ago
parent 62abcfcdc6
commit 582ffe0f77

@ -1,4 +1,5 @@
{
"storageProfile": "devprodProfile",
"openDevTools": true
"openDevTools": true,
"updatesEnabled": false
}

@ -1,5 +1,6 @@
{
"storageProfile": "devprod1Profile",
"localServerPort": "8082",
"openDevTools": true
"openDevTools": true,
"updatesEnabled": false
}

Loading…
Cancel
Save