Features: - Next.js 16.1.3 frontend with Turbopack - NestJS API with Prisma ORM - EMEX VIN scraper integration - Turkish translations for automotive parts - JWT authentication with refresh tokens - PM2 production deployment Tech Stack: - Frontend: Next.js 16.1, React 19, TailwindCSS - Backend: NestJS, Prisma, MySQL - Scraping: Puppeteer Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
523 B
Plaintext
21 lines
523 B
Plaintext
# ===========================================
|
|
# Web Environment Configuration
|
|
# ===========================================
|
|
|
|
# ----- App -----
|
|
NEXT_PUBLIC_APP_NAME=Sase.tr
|
|
NEXT_PUBLIC_APP_URL=https://sase.tr
|
|
NEXT_PUBLIC_API_URL=https://sase.tr/api
|
|
|
|
# ----- NextAuth (if using) -----
|
|
NEXTAUTH_URL=https://sase.tr
|
|
NEXTAUTH_SECRET=your-nextauth-secret-min-32-chars
|
|
|
|
# ----- Social Login (Optional) -----
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
APPLE_CLIENT_ID=
|
|
APPLE_CLIENT_SECRET=
|
|
FACEBOOK_CLIENT_ID=
|
|
FACEBOOK_CLIENT_SECRET=
|