10 lines
313 B
Plaintext
10 lines
313 B
Plaintext
**Breaking change:** The Collabora admin panel password is now a secret (`collabora_p`).
|
|
|
|
After upgrading, you must generate the new secret for collabora to work:
|
|
|
|
```
|
|
abra app secret generate lasuite-drive.cctest.autonomic.zone COLLABORA_P v1
|
|
abra app config <app-name> # set SECRET_COLLABORA_P_VERSION=v1
|
|
```
|
|
|