Changes
This commit is contained in:
22
supabase/config.toml
Normal file
22
supabase/config.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
project_id = "lovable"
|
||||
|
||||
[api]
|
||||
enabled = true
|
||||
port = 54321
|
||||
schemas = ["public", "graphql_public"]
|
||||
extra_search_path = ["public", "extensions"]
|
||||
max_rows = 1000
|
||||
|
||||
[db]
|
||||
port = 54322
|
||||
major_version = 15
|
||||
|
||||
[studio]
|
||||
enabled = true
|
||||
port = 54323
|
||||
|
||||
[functions.pakasir-webhook]
|
||||
verify_jwt = false
|
||||
|
||||
[functions.send-test-email]
|
||||
verify_jwt = false
|
||||
Reference in New Issue
Block a user