[Python-modules-commits] [python-social-auth] 22/89: add github enterprise docs on how to specify the API URL

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:15:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.15
in repository python-social-auth.

commit b015d6c40f815237402d1e5f16340e5ff5cfe4f0
Author: Igor Serko <igor.serko at gmail.com>
Date:   Tue Feb 2 11:40:28 2016 +0000

    add github enterprise docs on how to specify the API URL
---
 docs/backends/github_enterprise.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/backends/github_enterprise.rst b/docs/backends/github_enterprise.rst
index 5d59cc9..29f5d6d 100644
--- a/docs/backends/github_enterprise.rst
+++ b/docs/backends/github_enterprise.rst
@@ -9,7 +9,11 @@ GitHub Enterprise works similar to regular Github, which is in turn based on Fac
   set the callback URL to ``http://example.com/complete/github/`` replacing ``example.com``
   with your domain.
 
-- Fill the ``Client ID`` and ``Client Secret`` values from GitHub in the settings::
+- Set the API URL for your Github Enterprise appliance:
+
+      SOCIAL_AUTH_GITHUB_ENTERPRISE_API_URL = 'https://git.example.com/api/v3/'
+
+- Fill the ``Client ID`` and ``Client Secret`` values from GitHub in the settings:
 
       SOCIAL_AUTH_GITHUB_ENTERPRISE_KEY = ''
       SOCIAL_AUTH_GITHUB_ENTERPRISE_SECRET = ''

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list