Merge pull request #8374 from owncloud/new_collaboration_service

feat: add new collaboration service (WOPI)
This commit is contained in:
kobergj
2024-04-29 13:56:10 +02:00
committed by GitHub
59 changed files with 6139 additions and 20 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
storagetype = cs3
# Port where to listen for WOPI requests
port = 8880
port = 9300
# Logging level. Debug enables the Flask debug mode as well.
# Valid values are: Debug, Info, Warning, Error.