Example Env

This commit is contained in:
2025-03-29 12:35:34 -04:00
parent 04c2c57fc7
commit 546a20169e

5
React/example.env.local Normal file
View File

@@ -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}'