Files
HooHacks-12/React/example.env.local
2025-03-29 12:35:34 -04:00

5 lines
232 B
Plaintext

AUTH0_SECRET='use [openssl rand -hex 32] to generate a 32 bytes value'
APP_BASE_URL='http://localhost:3000'
AUTH0_DOMAIN='{your_auth0_domain}'
AUTH0_CLIENT_ID='{your_auth0_client_id}'
AUTH0_CLIENT_SECRET='{your_auth0_client_secret}'