Commit 74ab1a28 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-244' into 'master'

Update new o365 URLs

See merge request gitlab-org/gitlab!43139
parents a5c32b12 587f4ff4
...@@ -84,8 +84,8 @@ Note that this service requires a login, so this use case is most useful in a ...@@ -84,8 +84,8 @@ Note that this service requires a login, so this use case is most useful in a
corporate installation where all users have access to Office 365. corporate installation where all users have access to Office 365.
```ruby ```ruby
gitlab_rails['gravatar_plain_url'] = 'http://outlook.office365.com/owa/service.svc/s/GetPersonaPhoto?email=%{email}&size=HR120x120' gitlab_rails['gravatar_plain_url'] = 'http://outlook.office.com/owa/service.svc/s/GetPersonaPhoto?email=%{email}&size=HR120x120'
gitlab_rails['gravatar_ssl_url'] = 'https://outlook.office365.com/owa/service.svc/s/GetPersonaPhoto?email=%{email}&size=HR120x120' gitlab_rails['gravatar_ssl_url'] = 'https://outlook.office.com/owa/service.svc/s/GetPersonaPhoto?email=%{email}&size=HR120x120'
``` ```
<!-- ## Troubleshooting <!-- ## Troubleshooting
......
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