[config] Sync with document-server-integration

This commit is contained in:
Sergey Konovalov
2023-05-09 23:52:13 +03:00
parent 26265c250e
commit 7685c9fb10
3 changed files with 42 additions and 0 deletions

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},