-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
38 lines (30 loc) · 978 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
######################################################################
#
# Add your Clerk keys below and copy this file to .env
#
# Please see the README for more details
#
######################################################################
CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
######################################################################
#
# You should not need to edit anything below here
#
# Please see the README for more details
#
######################################################################
# Express Serve ENVs
EXPRESS_PORT=8080
# NextJS ENVs
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=$CLERK_PUBLISHABLE_KEY
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
# React/Vite ENVs
VITE_CLERK_PUBLISHABLE_KEY=$CLERK_PUBLISHABLE_KEY
VITE_EXPRESS_PORT=8080
# Gatsby ENVs
GATSBY_CLERK_FRONTEND_API_URL=CLERK_API_KEY=
CLERK_API_KEY=$CLERK_SECRET_KEY