26 lines
475 B
JSON
26 lines
475 B
JSON
|
|
{
|
||
|
|
"allowedRoots": [
|
||
|
|
{
|
||
|
|
"path": "~/projects",
|
||
|
|
"allowReadWrite": true,
|
||
|
|
"description": "Development projects"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "~/repos",
|
||
|
|
"allowReadWrite": true,
|
||
|
|
"description": "Git repositories"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "~/Documents/work",
|
||
|
|
"allowReadWrite": false,
|
||
|
|
"description": "Work documents (read-only)"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"blockedPatterns": [
|
||
|
|
"password",
|
||
|
|
"secret",
|
||
|
|
"token"
|
||
|
|
],
|
||
|
|
"nonMainReadOnly": true
|
||
|
|
}
|