如何关闭/开启令牌、查看编辑密钥
文件:
对于 Linux:
/etc/onlyoffice/documentserver/local.json
对于 Windows:
%ProgramFiles%\ONLYOFFICE\DocumentServer\config\local.json
对于 Windows默认:
C:\Program Files\ONLYOFFICE\DocumentServer\config\local.json
对于 Docker:使用
docker exec -it <containerID> bash
命令进入 ONLYOFFICE 文档容器并打开/etc/onlyoffice/documentserver/local.json关闭/开启令牌:
services.CoAuthoring.token.enable.browser
services.CoAuthoring.token.enable.request.inbox
services.CoAuthoring.token.enable.request.outbox
查看编辑密钥:
services.CoAuthoring.secret.inbox.string
services.CoAuthoring.secret.outbox.string
services.CoAuthoring.secret.session.string
修改于 2025-03-15 08:07:35