-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Mumenthaler <michi.mumi@gmail.com>
- Loading branch information
1 parent
c53215b
commit f853f13
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |