forked from cs3org/wopiserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwopiserver.cs3.conf
More file actions
34 lines (28 loc) · 836 Bytes
/
Copy pathwopiserver.cs3.conf
File metadata and controls
34 lines (28 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# An example wopiserver.conf skeleton to work with CS3 APIs and Reva
[general]
storagetype = cs3
port = 8880
wopiurl = https://your.wopi.org:8880
loglevel = Debug
loghandler = stream
detectexternalmodifications = False
#hostediturl = https://your.revad.org/external<path>?app=<app>&fileId=<endpoint>!<fileid>
#hostviewurl = https://your.revad.org/external<path>?app=<app>&fileId=<endpoint>!<fileid>&viewmode=VIEW_MODE_PREVIEW
#codimdurl = https://your.codimd.org:443
#codimdinturl = https://your.internal.codimd.org:443
nonofficetypes = .md .zmd .txt
[bridge]
sslverify = True
[io]
recoverypath = /var/spool/wopirecovery
[security]
usehttps = yes
wopicert = your.cert.pem
wopikey = your.key.pem
[cs3]
revagateway = your.revad.org:19000
authtokenvalidity = 3600
sslverify = True
grpctimeout = 10
httptimeout = 10
lockasattr = True