diff --git a/changelog/unreleased/reva_gateway_configuration.md b/changelog/unreleased/reva_gateway_configuration.md new file mode 100644 index 0000000000..ed6d57abe3 --- /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