blob: 7e33368d6acdfa1358d197a408ea5b5eb6f4d054 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
# onlyoffice_instances:
# example:
# version: 6.2.1.24
# port: 8600
# hostname: office.example.com
# jwt_secret: very-secure-password
# storage:
# type: ...
# database:
# version: 9.5.25
# password: secret
# amqp:
# version: 3.8.14
# password: secret
# publish:
# zone: "{{ apps_publish_zone__foo }}"
# hostnames:
# - office.example.com
# tls:
# certificate_provider: ...
|