1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

fix bucket role

This commit is contained in:
Damodar Lohani 2021-12-23 15:53:37 +05:45
parent 4cd8f05f69
commit 36409dafc6

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',
]));