Update home authored by Ulrich Wohlfeil's avatar Ulrich Wohlfeil
...@@ -72,18 +72,3 @@ eo: ...@@ -72,18 +72,3 @@ eo:
office: office:
onlyofficeExternalUrl: "https://onlyoffice.mydomain.tld" onlyofficeExternalUrl: "https://onlyoffice.mydomain.tld"
``` ```
### Per Tenant
* 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>:
username: <username>
password: <pwd>
```