Skip to content

Commit

Permalink
Added example for GitLab URL configuration
Browse files Browse the repository at this point in the history
For first-time users it is not obvious that these settings need to go in the 'SOCIALACCOUNT_PROVIDERS'.
  • Loading branch information
pennersr committed Dec 8, 2016
1 parent 8dc2f2d commit 81b9905
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,13 @@ GITLAB_URL:
Override endpoint to request an authorization and access token. For your
private GitLab server you use: ``https://your.gitlab.server.tld``

Example::

SOCIALACCOUNT_PROVIDERS = \
{ 'gitlab':
{ 'GITLAB_URL': 'https://your.gitlab.server.tld' }
}


Google
------
Expand Down

0 comments on commit 81b9905

Please sign in to comment.