# `Hyper.Cfg.Img.Db`
[🔗](https://github.com/harmont-dev/hyper/blob/main/lib/hyper/cfg/img/db.ex#L1)

Image-database (Ecto/Postgres) connection settings — `database`/`username`/
`password`/`hostname`. These are secrets, so they are read from `config.exs`
only (`config :hyper, Hyper.Cfg.Img.Db, ...`), never the shared `config.toml`.
`Hyper.Img.Db.Repo.init/2` merges these over its compile-time defaults.

# `repo_opts`

```elixir
@spec repo_opts() :: keyword()
```

Operator-set repo options (only the keys actually set), for `Repo.init/2`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
