We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58dc2d commit 452b5bcCopy full SHA for 452b5bc
config/config.json
@@ -1,15 +1,9 @@
1
[
2
{
3
- "url": "http://consul-prod:8500/v1/kv/",
4
- "title": "Consul-VO-Prod"
+ "url": "http://192.168.175.128:8500/v1/kv/",
+ "title": "Consul-VM-1"
5
},{
6
- "url": "http://k8s-master-yo-prod:8500/v1/kv/",
7
- "title": "Consul-YO-Prod"
8
- },{
9
- "url": "http://k8s-master-dev:8500/v1/kv/",
10
- "title": "Consul-DEV"
11
12
- "url": "http://192.168.220.145:8500/v1/kv/",
13
- "title": "Consul-VM"
14
- }
+ "url": "http://192.168.220.145:8500/v1/kv/",
+ "title": "Consul-VM-2"
+}
15
]
0 commit comments