In the Sidekiq dashboard, is there any option to modify the default Sidekiq dashboard to hide Redis URL?
I tried hiding them but not getting them right. I need to figure out if there are any config settings to make changes in the Sidekiq dashboard. @Mike Perham
Monkeypatch Sidekiq::WebHelpers#redis_url
to return whatever you want.