mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 12:31:13 -05:00
34 lines
601 B
TOML
34 lines
601 B
TOML
project_id = "ydvtmnrszybqnbcqbdcy"
|
|
|
|
[functions.create-novu-subscriber]
|
|
verify_jwt = true
|
|
|
|
[functions.update-novu-preferences]
|
|
verify_jwt = true
|
|
|
|
[functions.trigger-notification]
|
|
verify_jwt = true
|
|
|
|
[functions.novu-webhook]
|
|
verify_jwt = false
|
|
|
|
[functions.detect-location]
|
|
verify_jwt = false
|
|
|
|
[functions.upload-image]
|
|
verify_jwt = true
|
|
|
|
[functions.process-selective-approval]
|
|
verify_jwt = true
|
|
|
|
[functions.send-escalation-notification]
|
|
verify_jwt = true
|
|
|
|
[functions.cancel-email-change]
|
|
verify_jwt = true
|
|
|
|
[functions.seed-test-data]
|
|
verify_jwt = true
|
|
|
|
[functions.process-oauth-profile]
|
|
verify_jwt = true |