🧾 JSONmedium
5. A database config block
Write a JSON object with a "database" object containing host ("db.internal"), port (5432), and ssl (true), plus a "replicas" array of two host strings: "db-1" and "db-2".
How to approach this
This is the shape of a real service config: a settings object plus a list. Note port is a number and ssl is a boolean — types matter to whatever reads this.
config.json