working on readme and configs
This commit is contained in:
17
onlyoffice-config.json.tmpl
Normal file
17
onlyoffice-config.json.tmpl
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"wopi": {
|
||||
"enable": true,
|
||||
"host": "https://${ONLY_OFFICE_DOMAIN}",
|
||||
"pdfView": [],
|
||||
"pdfEdit": [],
|
||||
"forms": [],
|
||||
"wordView": [],
|
||||
"wordEdit": ["docx", "dotx", "docm"],
|
||||
"cellView": [],
|
||||
"cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "csv"],
|
||||
"slideView": [],
|
||||
"slideEdit": ["pptx", "potx", "pptm"],
|
||||
"diagramView": [],
|
||||
"diagramEdit": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user