Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / russomi-labs / env-var-pattern

The twelve-factor app stores config in environment variables (often shortened to env vars or env). Env vars are easy to change between deploys without changing any code; unlike config files, there is little chance of them being checked into the code repo accidentally; and unlike custom config files, or other config mechanisms such as Java System Properties, they are a language- and OS-agnostic standard.

JSON API: https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/russomi-labs%2Fenv-var-pattern

Stars: 0
Forks: 0
Open Issues: 2

License: mit
Language:
Repo Size: 15.6 KB
Dependencies: pending

Created: almost 4 years ago
Updated: 2 months ago
Last pushed: over 3 years ago
Last synced: 2 months ago

Topics: configuration, dotenv, env, env-vars, environment-variables

Files
    Loading...
    Readme
    Loading...