Skip to content

Configuring a Broker

Kenneth Endfinger edited this page Apr 27, 2015 · 4 revisions

Brokers have multiple configuration options. Edit your broker.json file to configure it.

Key Description Default Value
host Bind Host 0.0.0.0
port HTTP Port - If this is -1, HTTP will not be started 8080
https_port HTTPS Port - If this -1, HTTPS will not be started -1
certificate_name SSL Certificate Name. If https_port is not -1, this should be specified N/A
link_prefix DSLink Prefix for Broker broker-

Example Configuration

{
  "host": "0.0.0.0",
  "port": 8080,
  "link_prefix": "broker-"
}
Clone this wiki locally