fix ListenPort readme
This commit is contained in:
parent
a6d8eecdcc
commit
ec2335252c
1 changed files with 2 additions and 2 deletions
|
@ -24,14 +24,14 @@ Create a configuration file `config.yaml` with the following parameters:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
mcp_server_base_url: "http://localhost:8000" # URL of your MCP server
|
mcp_server_base_url: "http://localhost:8000" # URL of your MCP server
|
||||||
listen_address: ":8080" # Address where the proxy will listen
|
listen_port: 8080 # Port where the proxy will listen
|
||||||
```
|
```
|
||||||
|
|
||||||
### asgardeo configuration:
|
### asgardeo configuration:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
mcp_server_base_url: "http://localhost:8000" # URL of your MCP server
|
mcp_server_base_url: "http://localhost:8000" # URL of your MCP server
|
||||||
listen_address: ":8080" # Address where the proxy will listen
|
listen_port: 8080 # Port where the proxy will listen
|
||||||
|
|
||||||
asgardeo:
|
asgardeo:
|
||||||
org_name: "your-org-name"
|
org_name: "your-org-name"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue