| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # Supabase configuration file
- project_id = "ztklqodcdjeqpsvhlpud"
- [api]
- enabled = true
- port = 54321
- schemas = ["public"]
- [db]
- port = 54322
- [studio]
- enabled = true
- port = 54323
- [functions.auth]
- verify_jwt = false
- [functions.shopify-oauth]
- verify_jwt = false
- [functions.woocommerce-oauth]
- verify_jwt = false
- [functions.gdpr-webhooks]
- verify_jwt = false
- [functions.woocommerce-scheduled-sync]
- verify_jwt = false
- [functions.shoprenter-scheduled-sync]
- verify_jwt = false
- [functions.shop-data-api]
- verify_jwt = false
- [functions.validate-shoprenter-hmac]
- verify_jwt = false
- [functions.oauth-shoprenter-callback]
- verify_jwt = false
- [functions.oauth-shoprenter-init]
- verify_jwt = false
- [functions.webhook-shoprenter-uninstall]
- verify_jwt = false
|