mastodon/release/1.0.0+v4.3.1
Ammar Hussein a919e1553b
Some checks failed
continuous-integration/drone/push Build is failing
replace ACTIVE_RECORD_ENCRYPTION with ARE to shorten secret name
2024-11-22 18:39:44 -08:00

12 lines
397 B
Groff

WARNING❗ This release requires adding new secrets, and will not deploy successfully without them.
Run `abra app cmd --local <domain> secrets_activerecord` to generate and store these secrets.
You will also need to add this to your config (`abra app config <domain>`):
```
SECRET_ARE_DETERMINISTIC_KEY_VERSION=v1
SECRET_ARE_KEY_DERIVATION_SALT_VERSION=v1
SECRET_ARE_PRIMARY_KEY_VERSION=v1
```