MCPcopy Create free account
hub / github.com/nlweb-ai/NLWeb / ServerConfig

Class ServerConfig

AskAgent/python/core/config.py:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80@dataclass
81class ServerConfig:
82 host: str = "localhost"
83 enable_cors: bool = True
84 max_connections: int = 100
85 timeout: int = 30
86 ssl: SSLConfig | None = None
87 logging: LoggingConfig | None = None
88 static: StaticConfig | None = None
89
90@dataclass
91class NLWebConfig:

Callers 1

load_webserver_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected