diff --git a/supabase/config.toml b/supabase/config.toml index 9bfa6df..4483207 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -7,7 +7,7 @@ project_id = "MRB2B" [api] enabled = true # Port to use for the API URL. -port = 55321 +port = 54321 # Schemas to expose in your API. Tables, views and stored procedures in this schema will get API # endpoints. `public` and `graphql_public` schemas are included by default. schemas = ["public", "graphql_public", "audit"] @@ -33,7 +33,7 @@ major_version = 15 [db.pooler] enabled = false # Port to use for the local connection pooler. -port = 55329 +port = 54329 # Specifies when a server connection can be reused by other clients. # Configure one of the supported pooler modes: `transaction`, `session`. pool_mode = "transaction" @@ -67,7 +67,7 @@ enabled = true [studio] enabled = true # Port to use for Supabase Studio. -port = 55323 +port = 54323 # External URL of the API server that frontend connects to. api_url = "http://127.0.0.1" # OpenAI API Key to use for Supabase AI in the Supabase Studio. @@ -78,7 +78,7 @@ openai_api_key = "env(OPENAI_API_KEY)" [inbucket] enabled = true # Port to use for the email testing server web interface. -port = 55324 +port = 54324 # Uncomment to expose additional ports for testing user applications that send emails. # smtp_port = 54325 # pop3_port = 54326 @@ -290,7 +290,7 @@ deno_version = 1 [analytics] enabled = true -port = 55327 +port = 54327 # Configure one of the supported backends: `postgres`, `bigquery`. backend = "postgres"