mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
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
|
||||
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:
|
||||
|
||||
```yaml
|
||||
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:
|
||||
org_name: "your-org-name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue