1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00
appwrite/app/config/scopes.php
2020-01-12 13:46:39 +02:00

24 lines
482 B
PHP

<?php
return [ // List of publicly visible scopes
'users.read',
'users.write',
'teams.read',
'teams.write',
'collections.read',
'collections.write',
'documents.read',
'documents.write',
'files.read',
'files.write',
// 'platforms.read',
// 'platforms.write',
// 'keys.read',
// 'keys.write',
// 'tasks.read',
// 'tasks.write',
// 'webhooks.read',
// 'webhooks.write',
'locale.read',
'avatars.read',
];;