Files
bruno/tests/preferences/default-collection-location/init-user-data/collection-security.json
Pragadesh-45 123fe7d542 Merge pull request #5557 from Pragadesh-45/feat/default-location
feat: default location for collections
2025-09-25 22:53:08 +05:30

10 lines
199 B
JSON

{
"collections": [
{
"path": "{{projectRoot}}/tests/preferences/default-collection-location/collection",
"securityConfig": {
"jsSandboxMode": "developer"
}
}
]
}