fix bucket role

This commit is contained in:
Damodar Lohani
2021-12-23 15:53:37 +05:45
parent 4cd8f05f69
commit 36409dafc6
+1 -1
View File
@@ -142,7 +142,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) {
'adapter' => '',
'encryption' => true,
'antiVirus' => true,
'$read' => [],
'$read' => ['role:all'],
'$write' => ['role:all'],
'search' => 'buckets Default',
]));