Merge pull request #2090 from owncloud/wopiserver_gateway_addr

[deployment examples] adapt WOPI example
This commit is contained in:
Willy Kloucek
2021-05-27 12:19:31 +02:00
committed by GitHub

View File

@@ -91,7 +91,7 @@ services:
ocis-net:
environment:
OCIS_LOG_LEVEL: ${OCIS_LOG_LEVEL:-error} # make oCIS less verbose
WOPISERVER_REVA_GATEWAY: ocis:9142
WOPISERVER_REVA_GATEWAY_ADDR: ocis:9142
WOPISERVER_WOPI_SERVER_HOST: https://${WOPISERVER_DOMAIN:-wopiserver.owncloud.test}
WOPISERVER_WOPI_SERVER_SECRET: ${WOPI_JWT_SECRET:-Pive-Fumkiu4}
WOPISERVER_WOPI_SERVER_INSECURE: "${INSECURE:-false}"