mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 12:30:27 +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_APP_SECRET=false
|
||||||
GITLAB_BASE_URI=false
|
GITLAB_BASE_URI=false
|
||||||
|
|
||||||
# External services such as Gravatar
|
# External services such as Gravatar and Draw.IO
|
||||||
DISABLE_EXTERNAL_SERVICES=false
|
DISABLE_EXTERNAL_SERVICES=false
|
||||||
|
|
||||||
# LDAP Settings
|
# LDAP Settings
|
||||||
|
|
|
@ -98,8 +98,8 @@ return [
|
||||||
'client_id' => env('GITLAB_APP_ID'),
|
'client_id' => env('GITLAB_APP_ID'),
|
||||||
'client_secret' => env('GITLAB_APP_SECRET'),
|
'client_secret' => env('GITLAB_APP_SECRET'),
|
||||||
'redirect' => env('APP_URL') . '/login/service/gitlab/callback',
|
'redirect' => env('APP_URL') . '/login/service/gitlab/callback',
|
||||||
'instance_uri' => env('GITLAB_BASE_URI'), // needs only for GitLab self hosted
|
'instance_uri' => env('GITLAB_BASE_URI'), // Needed only for self hosted instances
|
||||||
'name' => 'Gitlab',
|
'name' => 'GitLab',
|
||||||
],
|
],
|
||||||
|
|
||||||
'twitch' => [
|
'twitch' => [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user