Enable file based storage by default (#10061)

This commit is contained in:
Amir Omidi
2020-04-19 21:47:08 -07:00
committed by GitHub
parent 4e1e116c83
commit 25d72f8d5d

View File

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