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 b6d5b97326
commit 3c9ace481d

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',
},
},
},