-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.env.example
More file actions
16 lines (15 loc) · 794 Bytes
/
.env.example
File metadata and controls
16 lines (15 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NEXT_PUBLIC_GRAPHCMS_API={{graphcms api}}
HASURA_API={{hasura endpoint}}
GRAPHCMS_MUTATION_TOKEN={{graphcms mutation token}}
AUTH0_AUDIENCE={{auth0 api unique identifier}}
AUTH0_CLIENT_ID={{auth0 app client id, available in console app settings}}
AUTH0_CLIENT_SECRET={{auth0 client secret, available in console app settings}}
AUTH0_DOMAIN={{auth0 app domian, available in console app settings}}
AUTH0_SCOPE=openid profile
REDIRECT_URI={{your site login redirect}}
SESSION_COOKIE_SECRET={{pick a suitable cookie secret}}
POST_LOGOUT_REDIRECT={{your site post logout redirect url}}
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY={{available on your stripe dashboard}}
STRIPE_SECRET_KEY={{available on your stripe dashboard}}
STRIPE_PAYMENT_DESCRIPTION="Software development services"
STRIPE_ID={{stripe id}}