generated from nextacular/nextacular
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
31 lines (25 loc) · 1.27 KB
/
.env.sample
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
APP_URL = http://localhost:3000
# Generate using `openssl rand -base64 32` – Optional environment variable
# NEXTAUTH_SECRET = NArBDTMHof0EGTx66MFpwk3KRHMNTeUfxvLhbYv14eY=
# Database Configuration
DATABASE_URL = # Get from database provider (ie. Heroku, local Postgres)
SHADOW_DATABASE_URL = # Use only for cloud DBs (ie. Heroku)
# Email Configuration
# EMAIL_FROM = # Email address
# EMAIL_SERVER_USER = # Username
# EMAIL_SERVER_PASSWORD = # Password
# EMAIL_SERVICE = # Nodemailer well-known services – https://nodemailer.com/smtp/well-known/
# Payments Configuration (Stripe)
# NEXT_PUBLIC_PUBLISHABLE_KEY = # Get from payment service provider - client side
# PAYMENTS_SECRET_KEY = # Get from payment service provider - server side
# PAYMENTS_SIGNING_SECRET = # Get from payment service provider - webhooks
# Vercel API
NEXT_PUBLIC_VERCEL_IP_ADDRESS = 76.76.21.21
VERCEL_API_URL = https://api.vercel.com
# VERCEL_PROJECT_ID = # Get from Vercel project page
# VERCEL_TEAM_ID = # Get from Vercel team page (If deploying from a team)
# VERCEL_AUTH_BEARER_TOKEN = # Get from Vercel personal account settings, tokens page
# Google Analytics
# NEXT_PUBLIC_GOOGLE_ANALYTICS_ID = # Get from Google Analytics - Universal Analytics `UA-XXXXXXXXX-X`
# Seed Values
ADMIN_EMAIL = [email protected]