Skip to content

Commit

Permalink
[deployment examples] adapt WOPISERVER_REVA_GATEWAY to WOPISERVER_REV…
Browse files Browse the repository at this point in the history
…A_GATEWAY_ADDR because of wopiserver change
  • Loading branch information
wkloucek committed May 27, 2021
1 parent eaa8022 commit 64ab98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/examples/ocis_wopi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 64ab98f

Please sign in to comment.