Skip to content

Conversation

@nicosabena
Copy link

Fixes the placeholders for AUTH0_DOMAIN in .env.example, as the domain value should not have the scheme (https://).

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.

@priley86
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants