Skip to content

Releases: station19/etcdv2-webui

v1.0

05 Feb 16:34
de7d95c
Compare
Choose a tag to compare
#修改 v2_webui/index.html  (8080端口为etcdkeeper启动IP和端口,2379端口为 etcd的IP <<etcd IP为 nginx集群etcd的代理IP或 单etcd ip>>)
vim etcdkeeper/index.html
# var serverBase = "http://10.0.0.109:8080/request?url=";
# var etcdBase = "http://10.0.0.109:2379/v2/keys";

#启动
./httpserver >/dev/null &