diff options
Diffstat (limited to 'infra/minimal-distribution/src/main/resources')
-rw-r--r-- | infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json index fdfb57f9a..ba54695de 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json @@ -6,16 +6,26 @@ "notification-service-queue-depth": 1, + "restconf-http-enabled": "false", "restconf-root-path": "/restconf", "restconf-binding-address": "127.0.0.1", "restconf-port": 8181, + "restconf-https-enabled": "false", "restconf-https-binding-address": "0.0.0.0", "restconf-https-port": 8443, "restconf-websocket-port": 7779, + "restconf-pool-max-size": 10, + "restconf-pool-min-size": 1, + "restconf-acceptors-size": 1, + "restconf-selectors-size": 1, + "restconf-https-acceptors-size": 1, + "restconf-https-selectors-size": 1, "netconf-netty-threads": 2, + "netconf-tcp-enabled" : "true", "netconf-tcp-binding-address": "127.0.0.1", "netconf-tcp-binding-port": 7777, + "netconf-ssh-enabled" : "false", "netconf-ssh-binding-address": "0.0.0.0", "netconf-ssh-binding-port": 2831, "netconf-notification-stream-name": "honeycomb", |