29 lines
437 B
TOML
29 lines
437 B
TOML
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
|
|
|
|
[functions.create-meet-link]
|
|
verify_jwt = true
|
|
|
|
[functions.send-consultation-reminder]
|
|
verify_jwt = false
|