github.com/gogf/gf/v2@v2.7.4/.github/workflows/consul/server.json (about) 1 { 2 "node_name": "consul-server", 3 "server": true, 4 "bootstrap" : true, 5 "ui_config": { 6 "enabled" : true 7 }, 8 "data_dir": "/consul/data", 9 "addresses": { 10 "http" : "0.0.0.0" 11 } 12 }