From a3be67e7dff7dd2f6e8982a9e138fa2894c67690 Mon Sep 17 00:00:00 2001 From: hongwei Date: Mon, 18 Nov 2019 15:17:51 +0100 Subject: [PATCH] added the grpc.server.port to release_note --- obp-api/src/main/resources/props/sample.props.template | 5 +++-- release_notes.md | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/obp-api/src/main/resources/props/sample.props.template b/obp-api/src/main/resources/props/sample.props.template index fdbea0604..cbaddd229 100644 --- a/obp-api/src/main/resources/props/sample.props.template +++ b/obp-api/src/main/resources/props/sample.props.template @@ -706,6 +706,7 @@ database_messages_scheduler_interval=3600 #energy_source.organisation_website= # GRPC -# if do not set this port, it will be set random port when OBP starts. And you can call `Get API Configuration` endpoint -# to see the `grpc_port` there. +# If do not set this props, the grpc port will be set randomly when OBP starts. +# And you can call `Get API Configuration` endpoint to see the `grpc_port` there. +# When you set this props, need to make sure this port is available. # grpc.server.port = 50051 \ No newline at end of file diff --git a/release_notes.md b/release_notes.md index 52a17a971..2df46217b 100644 --- a/release_notes.md +++ b/release_notes.md @@ -3,6 +3,9 @@ ### Most recent changes at top of file ``` Date Commit Action +18/11/2019 4bd31563 Added props: grpc.server.port. if do not set this props, the grpc port will be set randomly when OBP starts. + And you can call `Get API Configuration` endpoint to see the `grpc_port` there. When you set this props, need to + make sure this port is available. 08/11/2019 13d2e88a Added props: rest2019_connector_timeout. This set the timeout for all rest-connector methods. If connector do not get response by the specified seconds, then obp will throw the adapter timeout error. 07/11/2019 015d8420 Added props: webui_agree_privacy_policy_html_text makes this text on the sign up page /user_mgt/sign_up configurable.