-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env
31 lines (22 loc) · 1.35 KB
/
.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
27
28
29
30
31
# FIXME: Configure environment variables for your project
# For security reason, don't push secret key in your git repo.
# Append .local to the environment files to prevent your secret key from being commited to Git.
# Hosting
# Replace by your domain name, only for production
# NEXT_PUBLIC_APP_URL=https://example.com
# Database
# Using an incorrect DATABASE_URL value, Next.js build will timeout and you will get the following error: "because it took more than 60 seconds"
# DATABASE_URL=libsql://[RANDOM-CHARS]-[DB-NAME]-[ORG-NAME].turso.io
DATABASE_URL=file:next-js-boilerplate.db
# Clerk authentication
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_cHJvZm91bmQtYmx1ZWdpbGwtMC5jbGVyay5hY2NvdW50cy5kZXYk
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
######## [BEGIN] SENSITIVE DATA ######## For security reason, don't update the following variables (secret key) directly in this file.
######## Please create a new file named `.env.local`, all environment files ending with `.local` won't be tracked by Git.
######## After creating the file, you can add the following variables.
CLERK_SECRET_KEY=sk_test_19ZQnHVcfboDNoxeTuVBRwGNorgLXEgzQwIm5Gbstj
DATABASE_AUTH_TOKEN=your_database_auth_token
# LOGTAIL_SOURCE_TOKEN=
######## [END] SENSITIVE DATA
# CROWDIN_PROJECT_ID=yayu-form
# CROWDIN_PERSONAL_TOKEN=091f789109e4dda61679a42a946cab775c314af908dda4d3b53f976b786626b0366c8eada9bb72a1