diff options
Diffstat (limited to 'infra/minimal-distribution/src')
-rw-r--r-- | infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json | 4 |
1 files changed, 2 insertions, 2 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 3791cc248..0c35c5262 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 @@ -9,10 +9,10 @@ "restconf-http-enabled": "true", "restconf-root-path": "/restconf", "restconf-binding-address": "127.0.0.1", - "restconf-port": 8181, + "restconf-port": 8183, "restconf-https-enabled": "true", "restconf-https-binding-address": "0.0.0.0", - "restconf-https-port": 8443, + "restconf-https-port": 8445, "restconf-keystore": "/honeycomb-keystore", "restconf-keystore-password": "OBF:1v9s1unr1unn1vv51zlk1t331vg91x1b1vgl1t331zly1vu51uob1uo71v8u", "restconf-keystore-manager-password": "OBF:1v9s1unr1unn1vv51zlk1t331vg91x1b1vgl1t331zly1vu51uob1uo71v8u", |