Foundation / @fjell/common-config

One configuration convention

Shared configuration patterns for environment values, defaults, and package setup.

How to use it

Shared configuration patterns for environment values, defaults, and package setup.

Minimal project sample

const config = getConfig({ databaseUrl: process.env.DATABASE_URL, apiUrl: process.env.API_URL });

Where it connects

This component participates in the Fjell workflow as a foundation layer. See the complete relationship map and sample application to understand its neighbors.

See architecture → See sample app →