Scaffold Next.js MVP foundation with pnpm
This commit is contained in:
27
.env.example
Normal file
27
.env.example
Normal file
@@ -0,0 +1,27 @@
|
||||
# App / Coolify
|
||||
APP_ENV=development
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
|
||||
# Convex
|
||||
NEXT_PUBLIC_CONVEX_URL=
|
||||
CONVEX_DEPLOYMENT=
|
||||
|
||||
# Google APIs
|
||||
GOOGLE_GEOCODING_API_KEY=
|
||||
GOOGLE_PLACES_API_KEY=
|
||||
PAGESPEED_API_KEY=
|
||||
|
||||
# OpenRouter
|
||||
OPENROUTER_API_KEY=
|
||||
|
||||
# SMTP / Stalwart
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=465
|
||||
SMTP_USER=
|
||||
SMTP_PASSWORD=
|
||||
SMTP_FROM=
|
||||
|
||||
# Rybbit
|
||||
RYBBIT_API_URL=
|
||||
RYBBIT_API_KEY=
|
||||
NEXT_PUBLIC_RYBBIT_SITE_ID=
|
||||
Reference in New Issue
Block a user