Disable auto-updates in devprod
parent
62abcfcdc6
commit
582ffe0f77
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
"storageProfile": "devprodProfile",
|
"storageProfile": "devprodProfile",
|
||||||
"openDevTools": true
|
"openDevTools": true,
|
||||||
|
"updatesEnabled": false
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"storageProfile": "devprod1Profile",
|
"storageProfile": "devprod1Profile",
|
||||||
"localServerPort": "8082",
|
"localServerPort": "8082",
|
||||||
"openDevTools": true
|
"openDevTools": true,
|
||||||
|
"updatesEnabled": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue