5 lines
232 B
Plaintext
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}' |