Knowledge check
Check your knowledge
Choose an answer to see why it is right or wrong.
JavaScript is off, so every explanation is shown at once.
01A service needs the base URL of a downstream API, which differs between staging and production. How should this value be expressed?
02In the Cogitave precedence chain, which source wins when the same key is set in both config.{env}.toml and a COG_* environment variable?
03At startup a service finds that a required config value is missing and a SecretRef cannot be resolved against the store. What should it do?
04How does dotenvx let a team commit .env files to git without leaking secrets?