mika-agent-assist/supabase/config.toml
gpt-engineer-app[bot] dd9f97cf79 Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
2026-04-18 01:53:13 +00:00

40 lines
704 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
[functions.oauth-start]
verify_jwt = true
[functions.oauth-callback]
verify_jwt = false
[functions.refresh-integration-token]
verify_jwt = true
[functions.disconnect-integration]
verify_jwt = true