24 lines
740 B
Plaintext
24 lines
740 B
Plaintext
VITE_SUPABASE_URL=https://your-project.supabase.co
|
|
VITE_SUPABASE_ANON_KEY=your-anon-key
|
|
APP_ALLOWED_ORIGINS=http://localhost:5173
|
|
INTEGRATION_ALLOWED_ORIGINS=http://localhost:5173
|
|
WEBHOOK_ALLOWED_ORIGINS=http://localhost:5173
|
|
INTEGRATION_API_KEY=replace-me
|
|
INTEGRATION_WEBHOOK_SECRET=replace-me
|
|
CHATBOT_WEBHOOK_SECRET=replace-me
|
|
|
|
# Self-hosted Supabase auth
|
|
SUPABASE_PUBLIC_URL=https://supa.example.com
|
|
API_EXTERNAL_URL=https://supa.example.com
|
|
SITE_URL=https://app.example.com
|
|
DISABLE_SIGNUP=true
|
|
ENABLE_EMAIL_SIGNUP=true
|
|
ENABLE_EMAIL_AUTOCONFIRM=false
|
|
ENABLE_ANONYMOUS_USERS=false
|
|
SMTP_ADMIN_EMAIL=delivery@example.com
|
|
SMTP_HOST=mail.example.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=delivery@example.com
|
|
SMTP_PASS=replace-me
|
|
SMTP_SENDER_NAME=SuperSam
|