This commit is contained in:
2022-03-09 12:36:40 +01:00
parent 165dc5b9cb
commit 8503e55afc

View File

@ -459,6 +459,6 @@ SECRET_SECRET_KEY_VERSION=v1 # length=64
```
When using this length specifier, `abra` will not use the "easy to remember
word" styl generator but instead a string of chars to match the exact length.
This can be useful if you have to generate "key" style values instead of
passwords which admins have to type out in database shells.
word" style generator but instead a string of characters to match the exact
length. This can be useful if you have to generate "key" style values instead
of passwords which admins have to type out in database shells.