We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d43ab8 commit 981d215Copy full SHA for 981d215
2 files changed
.env.example
@@ -55,7 +55,7 @@ GITLAB_APP_ID=false
55
GITLAB_APP_SECRET=false
56
GITLAB_BASE_URI=false
57
58
-# External services such as Gravatar
+# External services such as Gravatar and Draw.IO
59
DISABLE_EXTERNAL_SERVICES=false
60
61
# LDAP Settings
config/services.php
@@ -98,8 +98,8 @@
98
'client_id' => env('GITLAB_APP_ID'),
99
'client_secret' => env('GITLAB_APP_SECRET'),
100
'redirect' => env('APP_URL') . '/login/service/gitlab/callback',
101
- 'instance_uri' => env('GITLAB_BASE_URI'), // needs only for GitLab self hosted
102
- 'name' => 'Gitlab',
+ 'instance_uri' => env('GITLAB_BASE_URI'), // Needed only for self hosted instances
+ 'name' => 'GitLab',
103
],
104
105
'twitch' => [
0 commit comments