From 43cbaf137cec2f61e4cda7dbe0d13a3590326357 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Thu, 7 Oct 2021 16:30:26 +0200 Subject: [PATCH] add changelog for #2587 --- changelog/unreleased/reva_gateway_configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/reva_gateway_configuration.md diff --git a/changelog/unreleased/reva_gateway_configuration.md b/changelog/unreleased/reva_gateway_configuration.md new file mode 100644 index 000000000..ed6d57abe --- /dev/null +++ b/changelog/unreleased/reva_gateway_configuration.md @@ -0,0 +1,8 @@ +Technical Debt: Unify Envvar names configuring REVA gateway address + +We've renamed all envvars configuring REVA gateway address to `REVA_GATEWAY`, +additionally we renamed the cli parameters to `--reva-gateway-addr` and adjusted the description + +https://github.com/owncloud/ocis/pull/2587 + +https://github.com/owncloud/ocis/issues/2091