From 6b5b35fbec840a5723eef7ea2fd16f6885b75bce Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sat, 18 Oct 2025 21:05:36 -0700 Subject: [PATCH] update integration api default port --- self-host/advanced/integration-api.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/self-host/advanced/integration-api.mdx b/self-host/advanced/integration-api.mdx index 207707d..5f1cac3 100644 --- a/self-host/advanced/integration-api.mdx +++ b/self-host/advanced/integration-api.mdx @@ -14,11 +14,11 @@ flags: enable_integration_api: true ``` -If you want to specify a port other than the default `3003`, you can do so in the config as well: +If you want to specify a port other than the default `3004`, you can do so in the config as well: ```yaml title="config.yml" server: - integration_port: 3003 # Specify different port + integration_port: 3004 # Specify different port ``` ## Configure Traefik Routing @@ -49,7 +49,7 @@ Add the following configuration to your `config/traefik/dynamic_config.yml` to e int-api-service: loadBalancer: servers: - - url: "http://pangolin:3003" + - url: "http://pangolin:3004" ``` ## Access Documentation