diff --git a/changelog/unreleased/update-docs-30_06_2020.md b/changelog/unreleased/update-docs-30_06_2020.md new file mode 100644 index 0000000000..641d6f1d58 --- /dev/null +++ b/changelog/unreleased/update-docs-30_06_2020.md @@ -0,0 +1,7 @@ +Enhancement: Add new REVA config variables to docs + +With the default setup of running oCIS with ocis-proxy we need to set `REVA_DATAGATEWAY_URL` and +`REVA_FRONTEND_URL` environment variables. We added those to the configuration instructions in +the dev docs. + +https://github.com/owncloud/ocis/pull/345