Merge pull request #954 from loki-project/disable-auto-update

Disable auto-updates in devprod
pull/956/head
Mikunj Varsani 5 years ago committed by GitHub
commit 31aca28a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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