Enable file based storage by default (#10061) (#10077)

This commit is contained in:
Amir Omidi
2020-04-20 20:48:05 -07:00
committed by GitHub
parent 5275bb9e56
commit 38ca77c8c5

View File

@@ -84,7 +84,7 @@
},
"azure.noSystemKeychain": {
"type": "boolean",
"default": false,
"default": true,
"description": "%config.noSystemKeychain%",
"when": "isLinux || isWeb"
}