boltun icon indicating copy to clipboard operation
boltun copied to clipboard

Allow config from function

Open erikreedstrom opened this issue 7 years ago • 0 comments

This change allows for grater flexability in configuring the connection.

Rather than having to redeclare config options explicitly, one can now defer to the config provided by Ecto.

use Boltun, config: &MyApp.Repo.config/0

Resolves #6

erikreedstrom avatar Dec 04 '17 16:12 erikreedstrom