-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
38 lines (25 loc) · 827 Bytes
/
.env.example
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
29
30
31
32
33
34
35
36
37
APP_NAME="FastSaaS"
#PostGres
POSTGRES_PRISMA_URL=
POSTGRES_URL_NON_POOLING=
#For Google SSO login
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_SECRET= #any secret stringe here
NEXTAUTH_URL= #your base app url eg:http://localhost:3000
#only for rate-limiting if you dont want it remove middleware.ts from root directory.
UPSTASH_URL=
UPSTASH_TOKEN=
#For Gmail SMTP
GOOGLE_ID=
GOOGLE_PASS=
STRIPE_SK=
STRIPE_WEBHOOK_SECRET=
#add free tier in schema.prisma as default value of 'stripePriceId'
STRIPE_FREE_SUB_ID="price_1PXPIcSFeKE3gsyuWlRNFClc"
STRIPE_PRO_SUB_ID="price_1PWxmGSFeKE3gsyuAnFBZAPM"
#goto https://console.cron-job.org/jobs or any other cron job providers and
#create cron jobs when to send emails and
#set point to http://[your-app-url]/api/cron/newsletter
CRON_API_KEY=
CRON_SECRET=