Documentation / @agentick/gateway / FileConfig
Interface: FileConfig ​
Defined in: gateway/src/config.ts:21
Core gateway config — augmented by packages via declare module
Properties ​
connectors? ​
optionalconnectors:ConnectorConfigs
Defined in: gateway/src/config.ts:33
gateway? ​
optionalgateway:object
Defined in: gateway/src/config.ts:22
host? ​
optionalhost:string
logging? ​
optionallogging:object
logging.file? ​
optionalfile:string
Log output file path. When set, logs are written here instead of stdout.
logging.level? ​
optionallevel:"error"|"debug"|"info"|"trace"|"warn"|"fatal"|"silent"
Log level (default: "info"). Set to "trace" for full event stream visibility.
port? ​
optionalport:number
transport? ​
optionaltransport:"both"|"websocket"|"http"
providers? ​
optionalproviders:ProviderConfigs
Defined in: gateway/src/config.ts:34