Skip to content

Commit 2b3c8bc

Browse files
committed
Readme fixes
1 parent fc598ff commit 2b3c8bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Or install it yourself as:
3131
use OmniAuth::Builder do
3232
provider :gitlab, ENV['GITLAB_KEY'], ENV['GITLAB_SECRET'],
3333
client_options: {
34-
site: enterprise_site,
35-
authorize_url: enterprise_authorize_url,
36-
token_url: enterprise_token_url
34+
site: 'https://gitlab.YOURDOMAIN.com',
35+
authorize_url: '/oauth/authorize',
36+
token_url: '/oauth/token'
3737
}
3838
end
3939

0 commit comments

Comments
 (0)