Elders / Pandora.Cli

Apache License 2.0
0 stars 0 forks source link

Use KEY/VALUE STORE of Consul by HashiCorp #1

Closed tokmac closed 8 years ago

tokmac commented 8 years ago

You can now use also the Key/Value Store provided by Consul HashiCorp. You should provide to the flag "output" "consul " value (ex. "-o consul"). If you use a port or an address for the host other than the default one ( https://127.0.0.1:8500 ), you can also add the following flag with the address where your Consul Agent is hosted (ex. "-o consul -h http://127.0.0.1:8500/")

mynkow commented 8 years ago

10x