config.toml 358 B

1234567891011121314151617181920212223242526
  1. # Supabase configuration file
  2. project_id = "ztklqodcdjeqpsvhlpud"
  3. [api]
  4. enabled = true
  5. port = 54321
  6. schemas = ["public"]
  7. [db]
  8. port = 54322
  9. [studio]
  10. enabled = true
  11. port = 54323
  12. [functions.auth]
  13. verify_jwt = false
  14. [functions.shopify-oauth]
  15. verify_jwt = false
  16. [functions.woocommerce-oauth]
  17. verify_jwt = false
  18. [functions.gdpr-webhooks]
  19. verify_jwt = false