6 lines
189 B
Bash
6 lines
189 B
Bash
AUTH0_DOMAIN=<auth0-tennant>.auth0.com
|
|
AUTH0_CLIENT_ID=this-is-me
|
|
AUTH0_NAMESPACE='https://auth-ns.freecodecamp.org/'
|
|
|
|
DEV_SERVICE_PATH='http://localhost:3000/services'
|
|
PROD_SERVICE_PATH='' |