Files
meet-hub/supabase/config.toml
dwindown dfda71053c Add n8n test mode toggle and edge function improvements
- Add test/production toggle for n8n webhook URLs in IntegrasiTab
- Update create-meet-link function to use database test_mode setting
- Add send-email-v2 edge function for Mailketing API integration
- Update daily-reminders and send-consultation-reminder to use send-email-v2
- Remove deprecated branding field from BrandingTab
- Update domain references from hub.dwindi.com to with.dwindi.com
- Add environment variables for Coolify deployment
- Add comprehensive edge function test script
- Update payment flow redirect to order detail page

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-23 00:24:40 +07:00

38 lines
581 B
TOML

project_id = "lovable"
[api]
enabled = true
port = 54321
schemas = ["public", "graphql_public"]
extra_search_path = ["public", "extensions"]
max_rows = 1000
[db]
port = 54322
major_version = 15
[studio]
enabled = true
port = 54323
[functions.pakasir-webhook]
verify_jwt = false
[functions.send-test-email]
verify_jwt = false
[functions.create-meet-link]
verify_jwt = true
[functions.send-consultation-reminder]
verify_jwt = false
[functions.send-notification]
verify_jwt = false
[functions.daily-reminders]
verify_jwt = false
[functions.send-email-v2]
verify_jwt = false