Skip to content

Commit 981d215

Browse files
committed
Tweaked some comments
1 parent 2d43ab8 commit 981d215

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GITLAB_APP_ID=false
5555
GITLAB_APP_SECRET=false
5656
GITLAB_BASE_URI=false
5757

58-
# External services such as Gravatar
58+
# External services such as Gravatar and Draw.IO
5959
DISABLE_EXTERNAL_SERVICES=false
6060

6161
# LDAP Settings

config/services.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
'client_id' => env('GITLAB_APP_ID'),
9999
'client_secret' => env('GITLAB_APP_SECRET'),
100100
'redirect' => env('APP_URL') . '/login/service/gitlab/callback',
101-
'instance_uri' => env('GITLAB_BASE_URI'), // needs only for GitLab self hosted
102-
'name' => 'Gitlab',
101+
'instance_uri' => env('GITLAB_BASE_URI'), // Needed only for self hosted instances
102+
'name' => 'GitLab',
103103
],
104104

105105
'twitch' => [

0 commit comments

Comments
 (0)