mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
fix ListenPort
This commit is contained in:
parent
960261fc80
commit
a6d8eecdcc
3 changed files with 7 additions and 4 deletions
|
@ -29,7 +29,7 @@ type CORSConfig struct {
|
|||
type Config struct {
|
||||
AuthServerBaseURL string `yaml:"auth_server_base_url"`
|
||||
MCPServerBaseURL string `yaml:"mcp_server_base_url"`
|
||||
ListenAddress string `yaml:"listen_address"`
|
||||
ListenPort int `yaml:"listen_port"`
|
||||
JWKSURL string `yaml:"jwks_url"`
|
||||
TimeoutSeconds int `yaml:"timeout_seconds"`
|
||||
MCPPaths []string `yaml:"mcp_paths"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue