Obvs icon indicating copy to clipboard operation
Obvs copied to clipboard

Allow runtime config.

Open mindreader opened this issue 3 years ago • 1 comments

I really need to be able to configure hammer at runtime. It is impossible for me to know what redis server to connect at compile time. I had hacked around this limitation but there were a lot of problems with it, so it I decided to add this functionality. I hope you are okay with it.

mindreader avatar Aug 25 '20 12:08 mindreader

Coverage Status

Coverage decreased (-2.3%) to 69.474% when pulling d294e4fa679e52600c49036829fbcd0f506b2128 on mindreader:runtime_config into b2cf18dd66bbd2b1f2a6d8e5350b4585b4d51bce on ExHammer:master.

coveralls avatar Aug 25 '20 12:08 coveralls

This is no longer needed, now that elixir supports config/runtime.exs.

mindreader avatar May 31 '23 13:05 mindreader