Add changelog item

This commit is contained in:
Benedikt Kulmann
2020-06-30 12:30:45 +02:00
parent 0e6087b785
commit 6be3f130e2

View File

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