working on readme and configs

This commit is contained in:
2026-01-08 16:33:46 -05:00
parent 84bc02cf2f
commit 57201fb2ec
3 changed files with 10 additions and 14 deletions

View 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": []
}
}