Skip to content

Documentation / @agentick/gateway / LoadConfigOptions

Interface: LoadConfigOptions

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

Properties

overrides?

optional overrides: Partial<FileConfig>

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

CLI/env overrides applied after file (highest priority)


path?

optional path: string

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

Path to config file (default: ./agentick.config.json)


secrets?

optional secrets: SecretStore

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

Secret store for ${secret:KEY} interpolation

Released under the ISC License.