Skip to content

Documentation / @agentick/gateway / loadConfig

Function: loadConfig() ​

loadConfig(options?): Promise<ConfigStore>

Defined in: gateway/src/config-loader.ts:117

Load config from file, interpolate, validate, and return a ConfigStore. Does NOT call bindConfig() — callers bind explicitly.

Parameters ​

options? ​

LoadConfigOptions

Returns ​

Promise<ConfigStore>

Released under the ISC License.