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:
parent
238132781d
commit
a504a86789
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue