From f377188b090bc8224163eba7be27605d9cb0dfde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlie=20Rudenst=C3=A5l?= Date: Mon, 7 Mar 2022 14:12:57 -0500 Subject: [PATCH] docs: use localhost instead of 127.0.0.1 Signed-off-by: Charlie Rudenstal --- docs/getting-started/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 082fbf5b70..26dbca1442 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -133,9 +133,9 @@ familiar with. For other options, see Go to [https://github.com/settings/applications/new](https://github.com/settings/applications/new) to create your OAuth App. The `Homepage URL` should point to Backstage's -frontend, in our tutorial it would be `http://127.0.0.1:3000`. The +frontend, in our tutorial it would be `http://localhost:3000`. The `Authorization callback URL` will point to the auth backend, which will most -likely be `http://127.0.0.1:7007/api/auth/github/handler/frame`. +likely be `http://localhost:7007/api/auth/github/handler/frame`.

Screenshot of the GitHub OAuth creation page