23 lines
536 B
Bash
23 lines
536 B
Bash
# Database
|
|
DATABASE_URL=postgresql://dokploy:PASSWORD@localhost:5432/ngotoolkit
|
|
|
|
# OpenAI
|
|
# Gemini AI — get your key at https://aistudio.google.com/app/apikey
|
|
GEMINI_API_KEY=your-gemini-api-key-here
|
|
GEMINI_MODEL=gemini-1.5-pro
|
|
|
|
# Auth0
|
|
AUTH0_SECRET=long-random-string
|
|
AUTH0_BASE_URL=http://localhost:3000
|
|
AUTH0_ISSUER_BASE_URL=https://YOUR_TENANT.auth0.com
|
|
AUTH0_CLIENT_ID=
|
|
AUTH0_CLIENT_SECRET=
|
|
|
|
# LemonSqueezy
|
|
LEMONSQUEEZY_API_KEY=
|
|
LEMONSQUEEZY_STORE_ID=
|
|
LEMONSQUEEZY_WEBHOOK_SECRET=
|
|
|
|
# App
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|