github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/golang-pull/consul/config/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  }