1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:34:04 +00:00

Use specific default user permissions instead of granting all

This commit is contained in:
lukinovec 2023-06-28 09:35:40 +02:00
parent 238132781d
commit a504a86789
2 changed files with 4 additions and 4 deletions

View file

@ -193,7 +193,7 @@ return [
*
* @see Stancl\Tenancy\Jobs\CreatePostgresUserForTenant
*/
'user_permissions' => ['ALL'],
'user_permissions' => ['CREATE', 'UPDATE', 'DELETE', 'SELECT', 'INSERT'],
/**
* Directories in which Tenancy will discover your models.