forked from auth0-developer-hub/auth0-b2b-saas-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 675 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (18 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
APP_BASE_URL=
# Global Auth0 SDK configuration
NEXT_PUBLIC_AUTH0_DOMAIN=
AUTH0_MANAGEMENT_API_DOMAIN=
SESSION_ENCRYPTION_SECRET=
# Client ID and secret for the application within the context of an organization
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=
# Client ID and secret for the application used to allow a user to manage organizations
AUTH0_MANAGEMENT_CLIENT_ID=
AUTH0_MANAGEMENT_CLIENT_SECRET=
# Roles assigned to the members of an organization
AUTH0_ADMIN_ROLE_ID=
AUTH0_MEMBER_ROLE_ID=
# The default connection ID users will use to create an account with during onboarding
DEFAULT_CONNECTION_ID=
# The namespace used to prefix custom claims
CUSTOM_CLAIMS_NAMESPACE=