mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Update port config
This commit is contained in:
parent
d31ee53901
commit
07df7cd0a6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ 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 # Address where the proxy will listen
|
||||||
|
|
||||||
asgardeo:
|
asgardeo:
|
||||||
org_name: "<org_name>" # Your Asgardeo org name
|
org_name: "<org_name>" # Your Asgardeo org name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue