mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(workspaces): disable folder trust and auto-updates on remote worker
This commit is contained in:
@@ -310,7 +310,13 @@ and full builds) to a dedicated, high-performance GCP worker.
|
|||||||
security: {
|
security: {
|
||||||
auth: {
|
auth: {
|
||||||
selectedType: authStrategy
|
selectedType: authStrategy
|
||||||
|
},
|
||||||
|
folderTrust: {
|
||||||
|
enabled: false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
general: {
|
||||||
|
enableAutoUpdate: false
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user