mika-agent-assist/supabase/config.toml
gpt-engineer-app[bot] a34ff1b17b Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
2026-04-17 19:57:36 +00:00

28 lines
503 B
TOML

project_id = "smsarmgoirlcedmqvdgc"
[functions.payments-webhook]
verify_jwt = false
[functions.get-paddle-price]
verify_jwt = false
[functions.generate-skill-markdown]
verify_jwt = true
[functions.test-skill-dry-run]
verify_jwt = true
[functions.publish-skill-version]
verify_jwt = true
[functions.validate-telegram-bot]
verify_jwt = true
[functions.configure-telegram-webhook]
verify_jwt = true
[functions.disconnect-telegram]
verify_jwt = true
[functions.telegram-webhook]
verify_jwt = false