Update home authored by Ulrich Wohlfeil's avatar Ulrich Wohlfeil
...@@ -66,6 +66,12 @@ eo: ...@@ -66,6 +66,12 @@ eo:
... ...
- endpoints: /office/** - 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 ### Per Tenant
...@@ -73,7 +79,7 @@ eo: ...@@ -73,7 +79,7 @@ eo:
* Enable `embeddedoffice` App for tenant * Enable `embeddedoffice` App for tenant
* Create technical account for `embeddedoffice` * Create technical account for `embeddedoffice`
* Add technical account to `office-prod.yml` in the config service * Add technical account to `office-prod.yml` in the config service
``` ```yml
office: office:
tenants: tenants:
<tenant>: <tenant>:
... ...
......