diff --git a/vfs-settings.json b/vfs-settings.json new file mode 100644 index 000000000..bdf53c9d4 --- /dev/null +++ b/vfs-settings.json @@ -0,0 +1,23 @@ +{ + "owner": "3bb4cfbf-318b-44d3-a9d3-35680e738421", + "groups": [], + "acl": [ + { + "path": "components", + "permissions": [ + "read", + "list", + "write" + ], + "userId": "7b7edc7f-aba4-4e7c-a5dc-4da6c22631f9" + }, + { + "path": "/combos/zoe", + "permissions": [ + "read", + "list" + ], + "userId": "authenticated" + } + ] +} \ No newline at end of file