diff --git a/React/example.env.local b/React/example.env.local new file mode 100644 index 0000000..ab3e4dc --- /dev/null +++ b/React/example.env.local @@ -0,0 +1,5 @@ +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}' \ No newline at end of file