added the grpc.server.port to release_note

This commit is contained in:
hongwei 2019-11-18 15:17:51 +01:00
parent 4bd3156309
commit a3be67e7df
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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.