budget-view-finance/supabase/config.toml
gpt-engineer-app[bot] d16695dfa4 Add Mercado Pago webhook endpoint
Create the Mercado Pago webhook function and provide the webhook URL.
2025-06-15 21:37:54 +00:00

49 lines
799 B
TOML

project_id = "tnurlgbvfsxwqgwxamni"
[api]
port = 54321
schemas = ["public", "storage", "graphql_public"]
extra_search_path = ["public", "extensions"]
max_rows = 1000
[db]
port = 54322
major_version = 15
[studio]
port = 54323
[inbucket]
port = 54324
smtp_port = 54325
pop3_port = 54326
[storage]
file_size_limit = "50MiB"
[auth]
site_url = "http://localhost:3000"
additional_redirect_urls = ["https://localhost:3000"]
jwt_expiry = 3600
enable_signup = true
enable_confirmations = false
[auth.email]
enable_signup = true
double_confirm_changes = true
enable_confirmations = false
[auth.external.apple]
enabled = false
client_id = ""
secret = ""
redirect_uri = ""
url = ""
[functions]
[functions.update-register-function]
verify_jwt = true
[functions.mercado-pago-webhook]
verify_jwt = false