mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 06:14:47 +08:00
Tweaked some comments
This commit is contained in:
parent
2d43ab8a1b
commit
981d215155
|
@ -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
|
||||
|
|
|
@ -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' => [
|
||||
|
|
Loading…
Reference in New Issue
Block a user