22 lines
439 B
Bash
22 lines
439 B
Bash
# Database
|
|
DATABASE_URL=postgresql://dokploy:PASSWORD@localhost:5432/ngotoolkit
|
|
|
|
# OpenAI
|
|
OPENAI_API_KEY=sk-...
|
|
OPENAI_MODEL=gpt-4o
|
|
|
|
# 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
|