... | @@ -71,19 +71,4 @@ eo: |
... | @@ -71,19 +71,4 @@ eo: |
|
```yml
|
|
```yml
|
|
office:
|
|
office:
|
|
onlyofficeExternalUrl: "https://onlyoffice.mydomain.tld"
|
|
onlyofficeExternalUrl: "https://onlyoffice.mydomain.tld"
|
|
```
|
|
``` |
|
|
|
\ No newline at end of file |
|
|
|
|
|
|
|
|
|
### 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>
|
|
|
|
``` |
|
|