mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-03-05 18:26:45 +00:00
fix: update int-api default port 3003 -> 3004
This commit is contained in:
@@ -110,7 +110,7 @@ This section contains the complete reference for all configuration options in `c
|
|||||||
<ResponseField name="integration_port" type="integer">
|
<ResponseField name="integration_port" type="integer">
|
||||||
The port for the integration API (optional).
|
The port for the integration API (optional).
|
||||||
|
|
||||||
**Example**: `3003`
|
**Example**: `3004`
|
||||||
</ResponseField>
|
</ResponseField>
|
||||||
|
|
||||||
<ResponseField name="internal_hostname" type="string">
|
<ResponseField name="internal_hostname" type="string">
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ flags:
|
|||||||
enable_integration_api: true
|
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"
|
```yaml title="config.yml"
|
||||||
server:
|
server:
|
||||||
integration_port: 3003 # Specify different port
|
integration_port: 3004 # Specify different port
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configure Traefik Routing
|
## Configure Traefik Routing
|
||||||
@@ -53,7 +53,7 @@ http:
|
|||||||
int-api-service:
|
int-api-service:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: "http://pangolin:3003"
|
- url: "http://pangolin:3004"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Access Documentation
|
## Access Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user