staticSource
Function: staticSource()
Section titled “Function: staticSource()”staticSource(
values):ConfigSource
Defined in: sources.ts:73
A source backed by a static object. Useful for defaults.
Parameters
Section titled “Parameters”values
Section titled “values”Record<string, string | undefined>
Returns
Section titled “Returns”Example
Section titled “Example”sources: [ staticSource({ NODE_ENV: "development", PORT: "3000" }), processEnvSource(),]