mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[config] Sync with document-server-integration
This commit is contained in:
@ -39,6 +39,20 @@
|
||||
"allowPrivateIPAddress": true,
|
||||
"allowMetaIPAddress": true
|
||||
},
|
||||
"secret": {
|
||||
"inbox": {"string": "VD41mPziRLGJzneaVdSBZZVOfVIl7vOO", "file": ""},
|
||||
"outbox": {"string": "VD41mPziRLGJzneaVdSBZZVOfVIl7vOO", "file": ""},
|
||||
"session": {"string": "VD41mPziRLGJzneaVdSBZZVOfVIl7vOO", "file": ""}
|
||||
},
|
||||
"token": {
|
||||
"enable": {
|
||||
"browser": true,
|
||||
"request": {
|
||||
"inbox": true,
|
||||
"outbox": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"sockjs": {
|
||||
"sockjs_url": "/web-apps/vendor/sockjs/sockjs.min.js"
|
||||
},
|
||||
|
||||
@ -45,6 +45,20 @@
|
||||
"allowPrivateIPAddress": true,
|
||||
"allowMetaIPAddress": true
|
||||
},
|
||||
"secret": {
|
||||
"inbox": {"string": "VD41mPziRLGJzneaVdSBZZVOfVIl7vOO", "file": ""},
|
||||
"outbox": {"string": "VD41mPziRLGJzneaVdSBZZVOfVIl7vOO", "file": ""},
|
||||
"session": {"string": "VD41mPziRLGJzneaVdSBZZVOfVIl7vOO", "file": ""}
|
||||
},
|
||||
"token": {
|
||||
"enable": {
|
||||
"browser": true,
|
||||
"request": {
|
||||
"inbox": true,
|
||||
"outbox": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"sockjs": {
|
||||
"sockjs_url": "/web-apps/vendor/sockjs/sockjs.min.js"
|
||||
},
|
||||
|
||||
@ -45,6 +45,20 @@
|
||||
"allowPrivateIPAddress": true,
|
||||
"allowMetaIPAddress": true
|
||||
},
|
||||
"secret": {
|
||||
"inbox": {"string": "VD41mPziRLGJzneaVdSBZZVOfVIl7vOO", "file": ""},
|
||||
"outbox": {"string": "VD41mPziRLGJzneaVdSBZZVOfVIl7vOO", "file": ""},
|
||||
"session": {"string": "VD41mPziRLGJzneaVdSBZZVOfVIl7vOO", "file": ""}
|
||||
},
|
||||
"token": {
|
||||
"enable": {
|
||||
"browser": true,
|
||||
"request": {
|
||||
"inbox": true,
|
||||
"outbox": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"sockjs": {
|
||||
"sockjs_url": "/web-apps/vendor/sockjs/sockjs.min.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user