Hyper.Cfg.Img.Db (Hyper v0.1.0)

Copy Markdown View Source

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.

Summary

Functions

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

Functions

repo_opts()

@spec repo_opts() :: keyword()

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