Update initialization example in honeycomb archetype
[honeycomb.git] / infra / minimal-distribution / src / main / resources / honeycomb-minimal-resources / config / honeycomb.json
1   {
2   "persist-context": "true",
3   "persisted-context-path": "/var/lib/honeycomb/persist/context/data.json",
4   "persisted-context-restoration-type": "Merge",
5   "persist-config": "true",
6   "persisted-config-path": "/var/lib/honeycomb/persist/config/data.json",
7   "persisted-config-restoration-type": "Merge",
8
9   "notification-service-queue-depth": 1,
10
11   "restconf-http-enabled": "true",
12   "restconf-root-path": "/restconf",
13   "restconf-binding-address": "127.0.0.1",
14   "restconf-port": 8183,
15   "restconf-https-enabled": "true",
16   "restconf-https-binding-address": "0.0.0.0",
17   "restconf-https-port": 8445,
18   "restconf-keystore": "/honeycomb-keystore",
19   "restconf-keystore-password": "OBF:1v9s1unr1unn1vv51zlk1t331vg91x1b1vgl1t331zly1vu51uob1uo71v8u",
20   "restconf-keystore-manager-password": "OBF:1v9s1unr1unn1vv51zlk1t331vg91x1b1vgl1t331zly1vu51uob1uo71v8u",
21   "restconf-truststore": "/honeycomb-keystore",
22   "restconf-truststore-password": "OBF:1v9s1unr1unn1vv51zlk1t331vg91x1b1vgl1t331zly1vu51uob1uo71v8u",
23   "restconf-websocket-port": 7779,
24   "restconf-pool-max-size": 10,
25   "restconf-pool-min-size": 1,
26   "restconf-acceptors-size": 1,
27   "restconf-selectors-size": 1,
28   "restconf-https-acceptors-size": 1,
29   "restconf-https-selectors-size": 1,
30
31   "netconf-netty-threads": 2,
32   "netconf-tcp-enabled" : "true",
33   "netconf-tcp-binding-address": "127.0.0.1",
34   "netconf-tcp-binding-port": 7777,
35   "netconf-ssh-enabled" : "true",
36   "netconf-ssh-binding-address": "0.0.0.0",
37   "netconf-ssh-binding-port": 2831,
38   "netconf-notification-stream-name": "honeycomb",
39
40   "username": "admin",
41   "password": "admin"
42 }