Skip to content

Commit

Permalink
modify example config for GitLab with examples for self-hosted instances
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjartli committed Dec 20, 2022
1 parent d6bf9ff commit f8bb682
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/config.yml_example_gitlab
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ oauth:
provider: gitlab
client_id: xxxxxxxxxxxxxxxxxxxx
client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
callback_url: http://vouch.yourdomain.com:9090/auth

# if running a self-hosted instance of GitLab, set the following urls to point to the correct domain
# auth_url: https://{yourGitLabDomain}/oauth/authorize"
# token_url: https://{yourGitLabDomain}/oauth/token
# user_info_url: https://{yourGitLabDomain}/oauth/userinfo

0 comments on commit f8bb682

Please sign in to comment.