Kanta.Config (kanta v0.4.2)
Kanta configuration helper
Summary
Functions
Generate a Config struct after normalizing and verifying Kanta options.
Types
Functions
Link to this function
new(opts)
Generate a Config struct after normalizing and verifying Kanta options.
See Kanta.start_link/1
for a comprehensive description of available options.
Example
Generate a minimal config with only a :repo
:
Kanta.Config.new(repo: Kanta.Test.Repo)
Link to this function