diff --git a/README.md b/README.md index c1c9c64..341f771 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ To configure the tenant dashboard with your settings, fill your information in t | Env Variable | Type | Description | | -------------------------- | :----------------------------- | ---------------------------------------------------------------------------------------------- | -| `REACT_APP_CLIENT_ID:` | [string] | GitHub App client ID | -| `REACT_APP_REDIRECT_URI:` | [string] | GitHub App redirect URL (Should point back at the frontend, i.e. https://yourdomain.com/login) | -| `REACT_APP_API_OAUTH_URI:` | [string] | GitHub OAuth URL | +| `REACT_APP_CLIENT_ID` | [string] | GitHub App client ID | +| `REACT_APP_REDIRECT_URI` | [string] | GitHub App redirect URL (Should point back at the frontend, i.e. https://yourdomain.com/login) | +| `REACT_APP_API_OAUTH_URI` | [string] | GitHub OAuth URL | diff --git a/public/env-config.js b/public/env-config.js deleted file mode 100644 index a8ce3ea..0000000 --- a/public/env-config.js +++ /dev/null @@ -1,3 +0,0 @@ -window._env_ = { - API_URL: "http://localhost:8080", -} diff --git a/public/index.html b/public/index.html index 8ed4aea..9aeb258 100644 --- a/public/index.html +++ b/public/index.html @@ -15,6 +15,7 @@ content="Web site created using create-react-app" /> +