-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
34 lines (26 loc) · 978 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
### These env vars are for authentication & database to work. If you don't require them, feel free to enter dummy values for all these.
# Create a free PostgreSQL database: https://vercel.com/postgres
# If you're deploying this template with a Vercel Deploy Button, these will be configured automatically for you.
DATABASE_URL=''
# Follow the instructions here to create a Google OAuth app: https://refine.dev/blog/nextauth-google-github-authentication-nextjs/#for-googleprovider-make-sure-you-have-a-google-account
GOOGLE_CLIENT_ID=''
GOOGLE_CLIENT_SECRET=''
# Only for production – generate one here: https://generate-secret.vercel.app/32
NEXTAUTH_SECRET=''
## Only required for localhost
NEXTAUTH_URL=''
# Playwright Env Var
GOOGLE_USERNAME=''
GOOGLE_PASSWORD=''
TEST_EMAIL=""
TEST_NUMBER=""
# AiLabTools API Key
AI_LAB_TOOLS_API_KEY=''
# SMTP
SMTP_EMAIL=""
SMTP_PASSWORD=""
ADMIN_EMAIL=""
# Twilio
TWILIO_ACCOUNT_SID=""
TWILIO_AUTH_TOKEN=""
TWILIO_PHONE_NUMBER=""