forked from Davronov-Alimardon/canva-clone
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
28 lines (17 loc) · 700 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
27
28
NEXT_PUBLIC_UNSPLASH_ACCESS_KEY=
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
REPLICATE_API_TOKEN=
AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=
AUTH_GOOGLE_ID=
AUTH_GOOGLE_SECRET=
STRIPE_SECRET_KEY=
STRIPE_PRICE_ID=
STRIPE_WEBHOOK_SECRET=
DATABASE_URL="postgres://default:4VwsAdhg5QtE@ep-curly-band-a4kyegdc.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require"
AUTH_SECRET="JowelBrand"
NEXT_PUBLIC_APP_URL="/"
# DATABASE_URL="postgres://default:yDWUSG20aoVF@ep-tiny-night-a46k58y4.us-east-1.aws.neon.tech:5432/verceldb?sslmode=require"
# DATABASE_URL="mysql://scoutabasegroup_scoutabasegroup:Bh57MDo@Y==G@154.0.170.76:3306/scoutabasegroup_Reels"
DASHBOARD_LINK="https://sab-sigma.vercel.app/home.html"