Update README.md (#2591)

API Path missing on non-local deployment
This commit is contained in:
Julien Lind
2020-09-24 16:26:30 +02:00
committed by GitHub
parent 9c5a0e836b
commit 7cae755909
+1 -1
View File
@@ -35,7 +35,7 @@ Follow this link, [Create new OAuth App](https://github.com/settings/application
1. You can set the Homepage URL to whatever you want to.
1. The Authorization Callback URL should match the redirect URI set in Backstage.
1. Set this to `http://localhost:7000/api/auth/github` for local development.
1. Set this to `http://{APP_FQDN}:{APP_BACKEND_PORT}/auth/github` for non-local deployments.
1. Set this to `http://{APP_FQDN}:{APP_BACKEND_PORT}/api/auth/github` for non-local deployments.
```bash
export AUTH_GITHUB_CLIENT_ID=x