]> BookStack Code Mirror - bookstack/commitdiff
Tweaked some comments
authorDan Brown <redacted>
Sun, 11 Feb 2018 18:18:16 +0000 (18:18 +0000)
committerDan Brown <redacted>
Sun, 11 Feb 2018 18:18:16 +0000 (18:18 +0000)
.env.example
config/services.php

index 86f99f30f8e77feed93aba6f5d1de65ddb750f12..80afb6274abbc6c31b15e4919ceead8a5419c033 100644 (file)
@@ -55,7 +55,7 @@ GITLAB_APP_ID=false
 GITLAB_APP_SECRET=false
 GITLAB_BASE_URI=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
 DISABLE_EXTERNAL_SERVICES=false
 
 # LDAP Settings
index 8b602a5d5b5ea96e9c29201740a3b254a4d1c605..825b1f109f8bc95a8ce191118a86fa288dcc699f 100644 (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',
         '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' => [
     ],
 
     'twitch' => [