Add 420px in the avatar resolutions

This commit is contained in:
Leonidas Apostolidis
2021-04-13 20:39:13 +01:00
parent f7a4514466
commit 43c4908758
+3 -3
View File
@@ -4,20 +4,20 @@ module.exports = {
jwtsecret: "woo1jagh3um1yee9ong8aeM4Uedies0JaizeimaeV0Pha",
outputDir: "/var/opt/out",
defaultresolution: 80,
resolutions: [ 46, 47, 57, 80 ]
resolutions: [ 46, 47, 57, 80, 420 ]
},
development2: {
servicePort: 3896,
outputDir: "/var/opt/out",
jwtsecret: "woo1jagh3um1yee9ong8aeM4Uedies0JaizeimaeV0Pha",
defaultresolution: 80,
resolutions: [ 46, 47, 57, 80 ]
resolutions: [ 46, 47, 57, 80, 420 ]
},
gr13: {
servicePort: 3896,
jwtsecret: "woo1jagh3um1yee9ong8aeM4Uedies0JaizeimaeV0Pha",
outputDir: "/var/opt/out",
defaultresolution: 80,
resolutions: [ 46, 47, 57, 80 ]
resolutions: [ 46, 47, 57, 80, 420 ]
}
};