Documentation / @agentick/gateway / LoadConfigOptions
Interface: LoadConfigOptions
Defined in: gateway/src/config-loader.ts:104
Properties
overrides?
optionaloverrides:Partial<FileConfig>
Defined in: gateway/src/config-loader.ts:110
CLI/env overrides applied after file (highest priority)
path?
optionalpath:string
Defined in: gateway/src/config-loader.ts:106
Path to config file (default: ./agentick.config.json)
secrets?
optionalsecrets:SecretStore
Defined in: gateway/src/config-loader.ts:108
Secret store for ${secret:KEY} interpolation