We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Three values need to be added to the .env.sample to ensure people have the needed settings.
.env.sample
PUBLIC_THAT_API=https://api.that.tech NODE_ENV=development PUBLIC_VERCEL_ENV=development
and update:
PUBLIC_AUTH0_BASE_URL=http://localhost:5173 PUBLIC_AUTH0_ISSUER_BASE_URL=https://auth.that.tech
to
PUBLIC_AUTH0_BASE_URL=http://localhost:5173/ PUBLIC_AUTH0_ISSUER_BASE_URL=https://auth.that.tech/
The text was updated successfully, but these errors were encountered:
Ironically, the readme needs to be looked at too. I'm not even sure it's valid since we stood up the repo
Sorry, something went wrong.
Oh that's right, I meant to add for that, e.g. the number of issues is pointing to THAT.us and needs to be updated to thatconference.com.
brettski
No branches or pull requests
Three values need to be added to the
.env.sample
to ensure people have the needed settings.and update:
to
The text was updated successfully, but these errors were encountered: