Update preferences.json

This commit is contained in:
2025-12-21 22:21:09 -05:00
parent 401d12d489
commit ad8bba5fa1

View File

@@ -1,6 +1,6 @@
{ {
"enableHttpApi" : true, "enableHttpApi" : true,
"dontAutomaticallyStartVmSshServer" : false, "dontAutomaticallyStartVmSshServer" : true,
"dontAcceptNewHostKeys" : false, "dontAcceptNewHostKeys" : false,
"disableTerminalRemotePasswordPreparation" : false, "disableTerminalRemotePasswordPreparation" : false,
"alwaysConfirmElevation" : false, "alwaysConfirmElevation" : false,
@@ -9,5 +9,6 @@
"passwordManager" : "none", "passwordManager" : "none",
"encryptAllVaultData" : false, "encryptAllVaultData" : false,
"workspaceLock" : null, "workspaceLock" : null,
"apiKey" : "27d1c4ca-dfec-4d38-adc1-1e0f4bcbaadc" "apiKey" : "27d1c4ca-dfec-4d38-adc1-1e0f4bcbaadc",
"iconSources" : [ ]
} }