fix ListenPort

This commit is contained in:
Thilina Shashimal Senarath 2025-04-03 09:32:36 +05:30
parent 960261fc80
commit a6d8eecdcc
3 changed files with 7 additions and 4 deletions

View file

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