Initial commit
This commit is contained in:
21
.env.example
Normal file
21
.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# Environment Variables
|
||||
# Copy this file to .env.local and fill in the values
|
||||
|
||||
# Node Environment
|
||||
NODE_ENV=development
|
||||
|
||||
# Next.js
|
||||
NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
||||
|
||||
# Analytics (optional)
|
||||
# NEXT_PUBLIC_GA_ID=
|
||||
|
||||
# CMS (optional)
|
||||
# CMS_API_URL=
|
||||
# CMS_API_KEY=
|
||||
|
||||
# Email (optional)
|
||||
# SMTP_HOST=
|
||||
# SMTP_PORT=
|
||||
# SMTP_USER=
|
||||
# SMTP_PASS=
|
||||
Reference in New Issue
Block a user