Skip to content

Commit 7837aa0

Browse files
committed
feat(encryption): Add environment variables in env file for previous keys fallback
1 parent 23b64e6 commit 7837aa0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555

5656
# encryption.key =
5757

58+
# Previous keys fallback is disabled by default.
59+
# If you want to enable it, uncomment the line below.
60+
# encryption.previousKeysFallbackEnabled = true
61+
# encryption.previousKeys =
62+
5863
#--------------------------------------------------------------------
5964
# SESSION
6065
#--------------------------------------------------------------------

0 commit comments

Comments
 (0)