-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
26 lines (18 loc) · 1.19 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
# 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_YWRhcHRlZC1yYXZlbi01LmNsZXJrLmFjY291bnRzLmRldiQ
CLERK_SECRET_KEY=sk_test_cHEJ6VF7ysBnsUV8NAL0euF31DbvdpmmjLJZsoFJ2z
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard
PGUSER=artsy
PGPASSWORD=A7qiSmI2Lbws
DATABASE_URL=postgresql://cursive_owner:XRxbk52HiCfw@ep-floral-wind-a1gq9e6v.ap-southeast-1.aws.neon.tech/artsy?sslmode=require
WEBHOOK_SECRET=whsec_kVgulpZvbAIEmMXRb9Bl3tbqCXiE+mVr
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME='dfiqaeyny'
CLOUDINARY_API_KEY='681369216168248'
CLOUDINARY_API_SECRET='iswU5mrXurJDKb-r6G3pHurA_mQ'
NEXT_PUBLIC_CLOUDINARY_URL='cloudinary://681369216168248:iswU5mrXurJDKb-r6G3pHurA_mQ@dfiqaeyny'