Tweaked some comments

This commit is contained in:
Dan Brown 2018-02-11 18:18:16 +00:00
parent 2d43ab8a1b
commit 981d215155
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ GITLAB_APP_ID=false
GITLAB_APP_SECRET=false
GITLAB_BASE_URI=false
# External services such as Gravatar
# External services such as Gravatar and Draw.IO
DISABLE_EXTERNAL_SERVICES=false
# LDAP Settings

View File

@ -98,8 +98,8 @@ return [
'client_id' => env('GITLAB_APP_ID'),
'client_secret' => env('GITLAB_APP_SECRET'),
'redirect' => env('APP_URL') . '/login/service/gitlab/callback',
'instance_uri' => env('GITLAB_BASE_URI'), // needs only for GitLab self hosted
'name' => 'Gitlab',
'instance_uri' => env('GITLAB_BASE_URI'), // Needed only for self hosted instances
'name' => 'GitLab',
],
'twitch' => [