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

  "notification-service-queue-depth": 1,

  "restconf-root-path": "/restconf",
  "restconf-port": 8181,
  "restconf-websocket-port": 7779,

  "netconf-netty-threads": 2,
  "netconf-tcp-binding-address": "127.0.0.1",
  "netconf-tcp-binding-port": 7777,
  "netconf-ssh-binding-address": "0.0.0.0",
  "netconf-ssh-binding-port": 2831,
  "netconf-notification-stream-name": "honeycomb",

  "username": "admin",
  "password": "admin"
}