Skip to content

Commit

Permalink
Merge pull request #2090 from owncloud/wopiserver_gateway_addr
Browse files Browse the repository at this point in the history
[deployment examples] adapt WOPI example
  • Loading branch information
wkloucek committed May 27, 2021
2 parents eaa8022 + 64ab98f commit a01e3a7
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 a01e3a7

Please sign in to comment.