Commit 72c2f3c1 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-17' into 'master'

Update google.md

See merge request !12010
parents 32059018 158b640e
...@@ -72,6 +72,21 @@ To enable the Google OAuth2 OmniAuth provider you must register your application ...@@ -72,6 +72,21 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
1. Change 'YOUR_APP_SECRET' to the client secret from the Google Developer page from step 10. 1. Change 'YOUR_APP_SECRET' to the client secret from the Google Developer page from step 10.
1. Make sure that you configure GitLab to use an FQDN as Google will not accept raw IP addresses.
For Omnibus packages:
```ruby
external_url 'https://gitlab.example.com'
```
For installations from source:
```yaml
gitlab:
host: https://gitlab.example.com
```
1. Save the configuration file. 1. Save the configuration file.
1. [Reconfigure][] or [restart GitLab][] for the changes to take effect if you 1. [Reconfigure][] or [restart GitLab][] for the changes to take effect if you
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment