fix ListenPort readme

This commit is contained in:
Thilina Shashimal Senarath 2025-04-03 09:34:40 +05:30
parent a6d8eecdcc
commit ec2335252c

View file

@ -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"