-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
24 lines (17 loc) · 1.42 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
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_YnVzeS1yb3VnaHktMTQuY2xlcmsuYWNjb3VudHMuZGV2JA
CLERK_SECRET_KEY=sk_test_vZoucIGjFaNnCc4qOKxgtR2C2FLFAd2bym1JtmlZ1Z
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=/
# 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
# DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"
# DATABASE_URL='mysql://54mzrojho32u0lc5wyqu:pscale_pw_pybkJEKn94tq1BOAtmwhkbNb7lvjAeZx8fGn0yKFCXM@aws.connect.psdb.cloud/ecommerce-admin?sslaccept=strict'
DATABASE_URL='mysql://ii4c4bwt6mh3agj3fc3e:pscale_pw_DjAALKi54dY9Xub0zB8iw7yJzEpNVBBi7GkHYII6f1y@aws.connect.psdb.cloud/ecommerce-admin?sslaccept=strict'
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME="divxslm9k"
STRIPE_API_KEY="sk_test_51NZV8cISp32Qd4PVPhXucb2SzNuBI5RFK9yBObf1hIw8I9aEIH4NLK5QkkSgygtwgRXoux682RCw84nDGvMItHbh00x6FIs1RE"
STRIPE_WEBHOOK_SECRET="whsec_3c71e24225a4e1915c032005a93e85b2d350481b33a943546fff6201c9814861"
FRONTEND_STORE_URL="http://localhost:3001"