-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
26 lines (19 loc) · 978 Bytes
/
.env
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
### Public variables
NEXT_PUBLIC_PROJECT_APP_NAME="TRUE Framework"
NEXT_PUBLIC_PROJECT_TITLE="TRUE Framework"
NEXT_PUBLIC_PROJECT_DESCRIPTION="The TRUE Framework === The Really Unique and Exciting Framework"
NEXT_PUBLIC_PROJECT_OG_TITLE="TRUE Framework"
NEXT_PUBLIC_PROJECT_OG_DESCRIPTION="The TRUE Framework === The Really Unique and Exciting Framework"
NEXT_PUBLIC_PROJECT_OG_AUTHOR_FIRST_NAME="Mathias"
NEXT_PUBLIC_PROJECT_OG_AUTHOR_LAST_NAME="Kandelborg"
NEXT_PUBLIC_PROJECT_OG_AUTHOR_USERNAME="MathiasKandelborg"
NEXT_PUBLIC_PROJECT_OG_AUTHOR_HANDLE="kandelborg"
NEXT_PUBLIC_PROJECT_OG_AUTHOR_AVATAR="https://s.gravatar.com/avatar/f4299efda225903c68fa649b9cb71d7d?s=80"
NEXT_PUBLIC_PROJECT_OG_AUTHOR_GENDER="male"
NEXT_PUBLIC_PROJECT_URL='https://true-framework.vercel.app'
NEXT_PUBLIC_SANITY_PROJECT_ID="uyxuk36u"
NEXT_PUBLIC_HOST='true-framework.vercel.app'
NEXT_PUBLIC_PORT=3000
NEXT_PUBLIC_HOSTNAME=https://$HOST:$PORT
### Server only variables
SANITY_API_TOKEN