Example Env
This commit is contained in:
5
React/example.env.local
Normal file
5
React/example.env.local
Normal 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}'
|
||||
Reference in New Issue
Block a user