-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add environemnt variable to set the authentication org
This org will be used to authenticate user. Signed-off-by: Anil Vishnoi <[email protected]>
- Loading branch information
1 parent
789c38c
commit 6f51455
Showing
4 changed files
with
16 additions
and
13 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,16 +1,20 @@ | ||
IL_UI_ADMIN_USERNAME=admin | ||
IL_UI_ADMIN_PASSWORD=password | ||
|
||
OAUTH_GITHUB_ID=<OAUTH_APP_ID> | ||
OAUTH_GITHUB_SECRET=<OAUTH_APP_SECRET> | ||
GITHUB_TOKEN=<TOKEN FOR OAUTH INSTRUCTLAB MEMBER LOOKUP> | ||
|
||
NEXTAUTH_SECRET=your_super_secret_random_string | ||
NEXTAUTH_URL=http://localhost:3000 | ||
|
||
TAXONOMY_DOCUMENTS_REPO=github.com/<USER_ID>/<REPO_NAME> | ||
NEXT_PUBLIC_TAXONOMY_REPO_OWNER=<GITHUB_ACCOUNT> | ||
NEXT_PUBLIC_TAXONOMY_REPO=<REPO_NAME> | ||
|
||
IL_GRANITE_API=<GRANITE_HOST> | ||
IL_GRANITE_MODEL_NAME=<GRANITE_MODEL_NAME> | ||
IL_MERLINITE_API=<MERLINITE_HOST> | ||
IL_MERLINITE_MODEL_NAME=<MERLINITE_MODEL_NAME> | ||
IL_UI_DEPLOYMENT=dev ## Comment it out if it's not a dev deployment | ||
|
||
GITHUB_TOKEN=<TOKEN FOR OAUTH INSTRUCTLAB MEMBER LOOKUP> | ||
TAXONOMY_DOCUMENTS_REPO=github.com/instructlab-public/taxonomy-knowledge-docs | ||
NEXT_PUBLIC_AUTHENTICATION_ORG=<AUTHENTICATION_ORG> | ||
NEXT_PUBLIC_TAXONOMY_REPO_OWNER=<GITHUB_ACCOUNT> | ||
NEXT_PUBLIC_TAXONOMY_REPO=<REPO_NAME> |
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
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
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