wabbit icon indicating copy to clipboard operation
wabbit copied to clipboard

Allow configuration via config.exs

Open martin-langhoff opened this issue 6 years ago • 0 comments

I'd be nice to have support for

config :wabbit,
  host: "localhost"
  port: 5672,
  username: "someapp",
  password: "changeme"

which in turn can be driven by conform or similar for runtime configuration...

martin-langhoff avatar Dec 18 '17 21:12 martin-langhoff