← back to Trademarks Copyright
.env.example
31 lines
# Postgres — unix-socket auth is used by default, override only if needed.
# DATABASE_URL=postgres://stevestudio2@localhost:5432/trademarks_copyright
# Local Qwen via Ollama (http://localhost:11434). No keys needed.
# OLLAMA_URL=http://localhost:11434
# QWEN_MODEL=qwen2.5:latest # extraction + discovery + USPTO classification + drop blurbs
# QWEN_SWOT_MODEL=qwen3:14b # SWOT agents (quality > speed)
# ===== Drops subscription app =====
# APP_BASE_URL=http://localhost:9770
# --- Email (first configured backend wins; without any, drops are written to /tmp/drops) ---
# Resend — preferred, clean API, free tier covers early subscribers
# RESEND_API_KEY=re_...
# DROPS_FROM="Drops <drops@yourdomain.com>"
# --- or SMTP (Mailgun, Postmark, Google Workspace, any relay) ---
# SMTP_HOST=smtp.resend.com
# SMTP_PORT=587
# SMTP_SECURE=false
# SMTP_USER=resend
# SMTP_PASS=...
# --- Stripe (subscription billing) ---
# STRIPE_SECRET_KEY=sk_test_...
# STRIPE_WEBHOOK_SECRET=whsec_...
# STRIPE_PRICE_STANDARD=price_... # $29/mo price id
# STRIPE_PRICE_PRO=price_... # $99/mo price id
# --- Cron protection ---
# CRON_TOKEN=generate-a-random-string-here