Skip to content

Commit

Permalink
Fix typo in sample configuration
Browse files Browse the repository at this point in the history
Add missing comma in configuration example.
  • Loading branch information
mtelgkamp authored and tehplague committed Jan 9, 2020
1 parent 33e602a commit db13d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Mfc\OAuth2\ResourceServer\Registry::addServer(
'gitlabAdminUserLevel' => \Mfc\OAuth2\ResourceServer\GitLab::USER_LEVEL_DEVELOPER, // User level at which the user will be given admin permissions
'gitlabDefaultGroups' => '0', // Groups to assign to the User (comma separated list possible)
'gitlabUserOption' => 0, // UserConfig
'blockExternalUser' => false // Blocks users with flag external from access the backend
'blockExternalUser' => false, // Blocks users with flag external from access the backend
'projectName' => 'your/repo', // the repository from which user information is fetched
],
]
Expand Down

0 comments on commit db13d41

Please sign in to comment.