-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Matthew Butler edited this page Nov 4, 2015
·
6 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- |
{
"host": "0.0.0.0",
"port": 8080,
"link_prefix": "broker-"
}