-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
13 lines (11 loc) · 758 Bytes
/
.env.example
File metadata and controls
13 lines (11 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# N8N Chat Configuration
# Replace with your actual n8n webhook URL
VITE_N8N_CHAT_WEBHOOK_URL=https://your-n8n-instance.com/webhook/your-webhook-id
# Shared secret used by n8n when posting completed chats to Supabase Edge Function.
# Configure the same value as header x-webhook-secret in your n8n HTTP Request node.
N8N_CHAT_WEBHOOK_SECRET=replace-with-a-long-random-secret
# Job Application Notifications
# Configure where to send job application notifications (n8n, Zapier, Make.com, email service, etc.)
# This is used by the Supabase Edge Function to send notifications when candidates apply
# Leave empty to disable notifications (applications will still be saved to database)
JOB_APPLICATION_WEBHOOK_URL=https://your-webhook-url.com/job-application