-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
25 lines (18 loc) · 1.53 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
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_YXdhaXRlZC1ob3JuZXQtNjguY2xlcmsuYWNjb3VudHMuZGV2JA
CLERK_SECRET_KEY=sk_test_5JYYsHPy5BsLjX4zlI92gIAgJlyfqgcimHsnKV0opn
NEXT_PUBLIC_STRIPE_PUBLISH_KEY=pk_test_51Q9oqoBxV58zp0ld6rvxxwntXAXUQX1jshuAmcWdRBcFEt7g5XA3H3D2tAYwhCY3872SvrJ3z3VKtpRIm6VRoi8w00ZfCMbQuq
STRIPE_SECRET_KEY=sk_test_51Q9oqoBxV58zp0ldBAZ76Y7pABjVUIHXBi9zy7acbM4ghb8I7tCWyR9xYafeWprnbVXbWCPNww0RcaoyeFfimkBU008M4TaEvp
NEXT_PUBLIC_UPLOAD_CARE_PUBLIC_KEY=997a09ba14e4ad165d1e
NEXT_PUBLIC_UPLOAD_CARE_SECRET=d20500ce3116f7417f43
PROJECT_ID_VERCEL=
TEAM_ID_VERCEL=
AUTH_BEARER_TOKEN=
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im5qZGdqa2p1cGdlbWl0b3FxY2NnIiwicm9sZSI6ImFub24iLCJpYXQiOjE3Mjg4MTEyODksImV4cCI6MjA0NDM4NzI4OX0.U5dPx-0-CqUHxe30Mq6vd7D9Ni6V4iQ-Be4Tip_6p40
NEXT_PUBLIC_SUPABASE_URL="https://njdgjkjupgemitoqqccg.supabase.co"
DATABASE_URL="postgresql://postgres.njdgjkjupgemitoqqccg:[email protected]:5432/postgres"
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/group/create
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/group/create