Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
commit b4935f5
Browse files Browse the repository at this point in the history
Merge: 57ecdaa abf275a
Author: Willy Kloucek <34452982+wkloucek@users.noreply.github.com>
Date:   Thu May 27 12:21:28 2021 +0200

    Merge pull request #5 from owncloud/improve_wopiserver

    improve wopiserver
  • Loading branch information
wkloucek committed May 27, 2021
1 parent e2a92af commit a1c2dcd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-05-06T12:09:29+0000"
date: "2021-05-27T10:33:43+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis-wopiserver
geekdocEditPath: edit/main/templates
Expand Down Expand Up @@ -128,3 +128,9 @@ Usage: `accounts server [command options] [arguments...]`
-wopi-server-insecure | $WOPISERVER_WOPI_SERVER_INSECURE
: Wopiserver insecure. Default: `false`.

-jwt-secret | $WOPISERVER_JWT_SECRET , $OCIS_JWT_SECRET
: Used to create JWT to talk to reva, should equal reva's jwt-secret. Default: `flags.OverrideDefaultString(cfg.TokenManager.JWTSecret, "Pive-Fumkiu4")`.

-reva-gateway-addr | $WOPISERVER_REVA_GATEWAY_ADDR
: Reva gateway address. Default: `flags.OverrideDefaultString(cfg.WopiServer.RevaGateway, "127.0.0.1:9142")`.

0 comments on commit a1c2dcd

Please sign in to comment.