Skip to content

staticSource

staticSource(values): ConfigSource

Defined in: sources.ts:73

A source backed by a static object. Useful for defaults.

Record<string, string | undefined>

ConfigSource

sources: [
staticSource({ NODE_ENV: "development", PORT: "3000" }),
processEnvSource(),
]