1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
project_id = "website" [api] enabled = true port = 54321 schemas = ["public"] [db] port = 54322 shadow_port = 54320 major_version = 15 [studio] enabled = true port = 54323 [auth] enabled = true site_url = "http://localhost:5173" additional_redirect_urls = [] jwt_expiry = 3600 [auth.email] enable_signup = true enable_confirmations = false