You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 line
1.2KB

  1. onlyoffice_documentserver_local_json:
  2. services:
  3. CoAuthoring:
  4. sql:
  5. type: postgres
  6. dbHost: "{{ onlyoffice_db_host }}"
  7. dbPort: '5432'
  8. dbName: "{{ onlyoffice_db_name }}"
  9. dbUser: "{{ onlyoffice_db_user }}"
  10. dbPass: "{{ onlyoffice_db_pass }}"
  11. redis:
  12. host: localhost
  13. token:
  14. enable:
  15. request:
  16. inbox: true
  17. outbox: true
  18. browser: true
  19. inbox:
  20. header: Authorization
  21. outbox:
  22. header: Authorization
  23. secret:
  24. inbox:
  25. string: "{{ onlyoffice_documentserver_token }}"
  26. outbox:
  27. string: "{{ onlyoffice_documentserver_token }}"
  28. session:
  29. string: "{{ onlyoffice_documentserver_token }}"
  30. # expire usersessions till forcesave works correctly for nextcloud
  31. expire:
  32. sessionidle: "{{ onlyoffice_expire_sessionidle }}"
  33. # forcesave
  34. #autoAssembly:
  35. # enable: true
  36. # interval: "1m"
  37. requestDefaults:
  38. rejectUnauthorized: "{{ onlyoffice_documentserver_requests_reject_unauthorized }}"
  39. rabbitmq:
  40. url: amqp://guest:guest@localhost