-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from leongj/local-dev-basic-auth
Local dev basic auth
- Loading branch information
Showing
5 changed files
with
59 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,3 +1,7 @@ | ||
# NOTES: | ||
# - Do not use double-quotes and do not delete any of the variables. | ||
# - Make sure that NEXTAUTH_URL=http://localhost:3000 has no comments in the same line. | ||
|
||
# Update your Azure OpenAI details | ||
# AZURE_OPENAI_API_INSTANCE_NAME should be just the name of azure openai resource and not the full url; | ||
# AZURE_OPENAI_API_DEPLOYMENT_NAME should be deployment name from your azure openai studio and not the model name. | ||
|
@@ -11,7 +15,7 @@ AZURE_OPENAI_API_EMBEDDINGS_DEPLOYMENT_NAME= | |
# Update your admin email addresses - comma separated | ||
ADMIN_EMAIL_ADDRESS="[email protected],[email protected]" | ||
|
||
# You must have atleast one of the following auth providers configured | ||
# Identity provider is optional if you are running in development mode locally (npm run dev) | ||
AUTH_GITHUB_ID= | ||
AUTH_GITHUB_SECRET= | ||
|
||
|
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