Michele Brodoloni
Michele Brodoloni
This an initial PR is to add support for the default datacenter parameter. The parameter can be set on initialization and overridden when needed. I guess I also need to...
It would be really helpful if the default datacenter could be set at configuration time ``` # Initialize Consul Diplomat.configure do |config| config.datacenter = 'mydc' end ``` and all API...
Hi @gregnr! Nice tool, very useful! Just wondering: how difficult would it be to make it work with podman? Thanks!