From 6be3f130e2dcd088671798c8b3d65960abea8527 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 30 Jun 2020 12:30:45 +0200 Subject: [PATCH] Add changelog item --- changelog/unreleased/update-docs-30_06_2020.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/update-docs-30_06_2020.md 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