github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/scripts/onlyoffice-dev/local.json (about) 1 { 2 "services": { 3 "CoAuthoring": { 4 "sql": { 5 "type": "postgres", 6 "dbHost": "localhost", 7 "dbPort": "5432", 8 "dbName": "onlyoffice", 9 "dbUser": "onlyoffice", 10 "dbPass": "onlyoffice" 11 }, 12 "token": { 13 "enable": { 14 "request": { 15 "inbox": true, 16 "outbox": true 17 }, 18 "browser": true 19 }, 20 "inbox": { 21 "header": "Authorization" 22 }, 23 "outbox": { 24 "header": "Authorization" 25 } 26 }, 27 "secret": { 28 "inbox": { 29 "string": "inbox_secret" 30 }, 31 "outbox": { 32 "string": "outbox_secret" 33 }, 34 "session": { 35 "string": "session_secret" 36 } 37 } 38 } 39 }, 40 "rabbitmq": { 41 "url": "amqp://guest:guest@localhost" 42 } 43 }