Update home authored by Ulrich Wohlfeil's avatar Ulrich Wohlfeil
......@@ -66,6 +66,12 @@ eo:
...
- endpoints: /office/**
```
* Create `office-prod.yml` in the config service and set the external URL of the ONLYOFFICE service
```yml
office:
onlyofficeExternalUrl: "https://onlyoffice.mydomain.tld"
```
### Per Tenant
......@@ -73,7 +79,7 @@ eo:
* Enable `embeddedoffice` App for tenant
* Create technical account for `embeddedoffice`
* Add technical account to `office-prod.yml` in the config service
```
```yml
office:
tenants:
<tenant>:
......
......