Skip to content

Commit

Permalink
add env var description to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mumenthaler <michi.mumi@gmail.com>
  • Loading branch information
michaelmumenthaler committed Jan 30, 2022
1 parent c53215b commit f853f13
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# tenant-dashboard

The dashboard frontend of tenants

## Environment variables

To configure the tenant dashboard with your settings, fill your information in the env-config.json.

### Description

| Env Variable | Type | Description |
| -------------------------- | :----------------------------- | ---------------------------------------------------------------------------------------------- |
| `REACT_APP_CLIENT_ID:` | [string] <YOUR_CLIENT_ID_HERE> | GitHub App client ID |
| `REACT_APP_REDIRECT_URI:` | [string] <REDIRECT_URL> | GitHub App redirect URL (Should point back at the frontend, i.e. https://yourdomain.com/login) |
| `REACT_APP_API_OAUTH_URI:` | [string] <OAUTH_URL> | GitHub OAuth URL |

0 comments on commit f853f13

Please sign in to comment.