diff --git a/ts-langchain/.env.example b/ts-langchain/.env.example index 11679b4..f9583b0 100644 --- a/ts-langchain/.env.example +++ b/ts-langchain/.env.example @@ -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}" diff --git a/ts-llamaindex/.env.example b/ts-llamaindex/.env.example index 9f48e9d..ce506db 100644 --- a/ts-llamaindex/.env.example +++ b/ts-llamaindex/.env.example @@ -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}" diff --git a/ts-vercel-ai/.env.example b/ts-vercel-ai/.env.example index 88b3687..a91966c 100644 --- a/ts-vercel-ai/.env.example +++ b/ts-vercel-ai/.env.example @@ -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}"