summaryrefslogtreecommitdiffstats
path: root/infra/northbound/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf.json
blob: 459e90235ee7f2d3f9e12baf4a5e711f80449749 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "netconf-netty-threads": 2,
  "netconf-tcp-enabled": "true",
  "netconf-tcp-binding-address": "127.0.0.1",
  "netconf-tcp-binding-port": 7777,
  "netconf-ssh-enabled": "true",
  "netconf-ssh-binding-address": "0.0.0.0",
  "netconf-ssh-binding-port": 2831,
  "netconf-notification-stream-name": "honeycomb"
}