summaryrefslogtreecommitdiffstats
path: root/infra/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json
blob: ab934db5ac53648bd3f316e685abae230d9457a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  {
  "persist-context": "true",
  "persisted-context-path": "/var/lib/honeycomb/persist/context/data.json",
  "persisted-context-restoration-type": "Merge",
  "persist-config": "true",
  "persisted-config-path": "/var/lib/honeycomb/persist/config/data.json",
  "persisted-config-restoration-type": "Merge",

  "notification-service-queue-depth": 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" : "true",
  "netconf-ssh-binding-address": "0.0.0.0",
  "netconf-ssh-binding-port": 2831,
  "netconf-notification-stream-name": "honeycomb"
}