diff --git a/changelog/unreleased/reva-gateway-configuration.md b/changelog/unreleased/reva-gateway-configuration.md new file mode 100644 index 0000000000..5ef7cebbe8 --- /dev/null +++ b/changelog/unreleased/reva-gateway-configuration.md @@ -0,0 +1,7 @@ +Enhancement: 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