B2B: revert config changes
This commit is contained in:
@@ -7,7 +7,7 @@ project_id = "MRB2B"
|
|||||||
[api]
|
[api]
|
||||||
enabled = true
|
enabled = true
|
||||||
# Port to use for the API URL.
|
# 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
|
# 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.
|
# endpoints. `public` and `graphql_public` schemas are included by default.
|
||||||
schemas = ["public", "graphql_public", "audit"]
|
schemas = ["public", "graphql_public", "audit"]
|
||||||
@@ -33,7 +33,7 @@ major_version = 15
|
|||||||
[db.pooler]
|
[db.pooler]
|
||||||
enabled = false
|
enabled = false
|
||||||
# Port to use for the local connection pooler.
|
# Port to use for the local connection pooler.
|
||||||
port = 55329
|
port = 54329
|
||||||
# Specifies when a server connection can be reused by other clients.
|
# Specifies when a server connection can be reused by other clients.
|
||||||
# Configure one of the supported pooler modes: `transaction`, `session`.
|
# Configure one of the supported pooler modes: `transaction`, `session`.
|
||||||
pool_mode = "transaction"
|
pool_mode = "transaction"
|
||||||
@@ -67,7 +67,7 @@ enabled = true
|
|||||||
[studio]
|
[studio]
|
||||||
enabled = true
|
enabled = true
|
||||||
# Port to use for Supabase Studio.
|
# Port to use for Supabase Studio.
|
||||||
port = 55323
|
port = 54323
|
||||||
# External URL of the API server that frontend connects to.
|
# External URL of the API server that frontend connects to.
|
||||||
api_url = "http://127.0.0.1"
|
api_url = "http://127.0.0.1"
|
||||||
# OpenAI API Key to use for Supabase AI in the Supabase Studio.
|
# OpenAI API Key to use for Supabase AI in the Supabase Studio.
|
||||||
@@ -78,7 +78,7 @@ openai_api_key = "env(OPENAI_API_KEY)"
|
|||||||
[inbucket]
|
[inbucket]
|
||||||
enabled = true
|
enabled = true
|
||||||
# Port to use for the email testing server web interface.
|
# 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.
|
# Uncomment to expose additional ports for testing user applications that send emails.
|
||||||
# smtp_port = 54325
|
# smtp_port = 54325
|
||||||
# pop3_port = 54326
|
# pop3_port = 54326
|
||||||
@@ -290,7 +290,7 @@ deno_version = 1
|
|||||||
|
|
||||||
[analytics]
|
[analytics]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 55327
|
port = 54327
|
||||||
# Configure one of the supported backends: `postgres`, `bigquery`.
|
# Configure one of the supported backends: `postgres`, `bigquery`.
|
||||||
backend = "postgres"
|
backend = "postgres"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user