Merge pull request #345 from owncloud/add-vars-to-docs

Add REVA vars to docs
This commit is contained in:
Benedikt Kulmann
2020-06-30 15:10:54 +02:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

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

View File

@@ -58,6 +58,8 @@ REVA_OIDC_ISSUER=https://your-host:9200 \
PHOENIX_OIDC_AUTHORITY=https://your-host:9200 \
PHOENIX_WEB_CONFIG_SERVER=https://your-host:9200 \
PHOENIX_OIDC_METADATA_URL=https://your-host:9200/.well-known/openid-configuration \
REVA_DATAGATEWAY_URL=https://your-server:9200/data \
REVA_FRONTEND_URL=https://your-server:9200 \
PROXY_TRANSPORT_TLS_KEY=./certs/your-host.key \
PROXY_TRANSPORT_TLS_CERT=./certs/your-host.crt \
KONNECTD_TLS=0 \