27 lines
1016 B
Bash
27 lines
1016 B
Bash
# Nebius AI Studio — https://studio.nebius.com/
|
|
NEBIUS_API_KEY=your-api-key-here
|
|
NEBIUS_MODEL=nemotron super
|
|
|
|
# n8n (free, open source) — run locally with: npx n8n
|
|
# 1. Open http://localhost:5678 → create workflow → add Webhook node
|
|
# 2. Set "Respond" to "When Last Node Finishes"
|
|
# 3. Copy the Production webhook URL below
|
|
N8N_WEBHOOK_URL=http://localhost:5678/webhook-id/id-here
|
|
|
|
# n8n API key (optional — only needed for execution status polling)
|
|
# Get it at: http://localhost:5678/settings/api
|
|
N8N_API_KEY=
|
|
N8N_BASE_URL=http://localhost:5678
|
|
|
|
# Velt — https://console.velt.dev/
|
|
NEXT_PUBLIC_VELT_API_KEY=your-api-key-here
|
|
# Optional server-side key used for backend activity ingestion
|
|
VELT_API_KEY=
|
|
# Required for Velt REST v2 activity ingestion
|
|
VELT_AUTH_TOKEN=
|
|
VELT_ORGANIZATION_ID=
|
|
# Optional document scope used for custom activity logs
|
|
VELT_DOCUMENT_ID=flowsentinel-dashboard
|
|
# Optional override if your Velt activity endpoint differs
|
|
VELT_ACTIVITY_API_URL=https://api.velt.dev/v2/activities/add
|