Open josephholsten opened 10 years ago
We should model the query syntax after confd.
confd
Also, should support values in both the colon separated form (127.0.0.1:80) of the etcd docs, as well as the JSON object form from SkyDNS ({"host":"127.0.0.1", "port":80})
127.0.0.1:80
{"host":"127.0.0.1", "port":80}
We should model the query syntax after
confd
.Also, should support values in both the colon separated form (
127.0.0.1:80
) of the etcd docs, as well as the JSON object form from SkyDNS ({"host":"127.0.0.1", "port":80}
)