From 52688531a4ff08cff1561c2b1d97d7e545515c16 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Tue, 19 Nov 2024 01:11:31 -0300 Subject: [PATCH] Docs: update connected accounts steps to use env vars (#11777) --- :books: Documentation previews :books: - User's documentation (`docs`): https://docs--11777.org.readthedocs.build/en/11777/ - Developer's documentation (`dev`): https://dev--11777.org.readthedocs.build/en/11777/ --- docs/dev/install.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/dev/install.rst b/docs/dev/install.rst index 4f5d710e0e7..af24236cbdb 100644 --- a/docs/dev/install.rst +++ b/docs/dev/install.rst @@ -257,10 +257,7 @@ For others, the webhook will simply fail to connect when there are new commits t For each of these, the callback URI is ``http://devthedocs.org/accounts//login/callback/`` where ```` is one of ``github``, ``gitlab``, or ``bitbucket_oauth2``. When setup, you will be given a "Client ID" (also called an "Application ID" or just "Key") and a "Secret". -* Take the "Client ID" and "Secret" for each service and enter it in your local Django admin at: - ``http://devthedocs.org/admin/socialaccount/socialapp/``. - Make sure to apply it to the "Site". - +* Take the "Client ID" and "Secret" for each service and set them as :ref:`environment variables `. Troubleshooting ---------------