forked from achris-alonzo30/devvault-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 844 Bytes
/
.env.example
File metadata and controls
22 lines (18 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# General
HOSTING_URL="YOUR URL"
# Convex
# This will be auto generated after running `npx convex dev``
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=""
# When setting up Google OAuth
# Grab it from NEXT_PUBLIC_CONVEX_URL and replace the [name-name-123]
# Paste this when you're in the Oath Consent Screen Setup under Authorized Domains -> name-name-123.convex.site
# Paste this when you're in the Credentials under Authorized JavaScript Origins -> https://name-name-123.convex.site/api/auth/callback/google
# Analytics
# Go to https://devvault.dev/docs/deployments/analytics-setup to see how to set this up
GA_ID=""
MC_ID=""
# Stripe
# Only replace the [name-name-123] and grab those in the NEXT_PUBLIC_CONVEX_URL
# You'll replace the `STRIPE_URL_ENDPOINT` inside the package.json
STRIPE_URL_ENDPOINT=https://name-name-123.convex.site/stripe