Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ts-langchain/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LANGCHAIN_CALLBACKS_BACKGROUND=false
# Auth0 configuration
APP_BASE_URL="http://localhost:3000"
AUTH0_SECRET="use [openssl rand -hex 32] to generate a 32 bytes value"
AUTH0_DOMAIN="https://{yourDomain}"
AUTH0_DOMAIN="{yourDomain}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've been using configs like this locally while testing as well:

AUTH0_DOMAIN="genai-41290177783430715.us.auth0.com"

so i think it's correct 👍

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both format works so not really an issue IMO. Feel free to merge if you prefer this.

AUTH0_CLIENT_ID="{yourClientId}"
AUTH0_CLIENT_SECRET="{yourClientSecret}"

Expand Down
2 changes: 1 addition & 1 deletion ts-llamaindex/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LANGCHAIN_CALLBACKS_BACKGROUND=false
# Auth0 configuration
APP_BASE_URL="http://localhost:3000"
AUTH0_SECRET="use [openssl rand -hex 32] to generate a 32 bytes value"
AUTH0_DOMAIN="https://{yourDomain}"
AUTH0_DOMAIN="{yourDomain}"
AUTH0_CLIENT_ID="{yourClientId}"
AUTH0_CLIENT_SECRET="{yourClientSecret}"

Expand Down
2 changes: 1 addition & 1 deletion ts-vercel-ai/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LANGCHAIN_CALLBACKS_BACKGROUND=false
# Auth0 configuration
APP_BASE_URL="http://localhost:3000"
AUTH0_SECRET="use [openssl rand -hex 32] to generate a 32 bytes value"
AUTH0_DOMAIN="https://{yourDomain}"
AUTH0_DOMAIN="{yourDomain}"
AUTH0_CLIENT_ID="{yourClientId}"
AUTH0_CLIENT_SECRET="{yourClientSecret}"

Expand Down