Merge pull request #11855 from overleaf/jpa-fix-config

[web] fix access-token-encryptor config

GitOrigin-RevId: b16002159a3f0004e83ddb4b0cde3b33211184b3
This commit is contained in:
Jakob Ackermann
2023-02-16 12:21:40 +00:00
committed by Copybot
parent ded855a47a
commit 3ca206aba3

View File

@@ -60,7 +60,7 @@ const overrides = {
twoFactorAuthentication: {
accessTokenEncryptorOptions: {
cipherPasswords: {
'2023.1-v3': 'this-is-just-a-test-secret',
'2023.1-v3': 'this-is-a-weak-secret-for-tests-web-2023.1-v3',
},
},
},