From 312f1d144ad27250c70bdaa9d36eee937ecd65f9 Mon Sep 17 00:00:00 2001 From: Stefan Saenger Date: Mon, 4 Mar 2024 16:37:16 +0100 Subject: [PATCH] fix: update config --- config/vnc-avatarservice.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/vnc-avatarservice.js b/config/vnc-avatarservice.js index 7a6c785..ab7a44c 100644 --- a/config/vnc-avatarservice.js +++ b/config/vnc-avatarservice.js @@ -4,20 +4,20 @@ module.exports = { jwtsecret: "woo1jagh3um1yee9ong8aeM4Uedies0JaizeimaeV0Pha", outputDir: "/var/opt/out", defaultresolution: 80, - resolutions: [ 46, 47, 57, 80, 420 ] + resolutions: [ 46, 47, 57, 80, 420, 800 ] }, development2: { servicePort: 3896, outputDir: "/var/opt/out", jwtsecret: "woo1jagh3um1yee9ong8aeM4Uedies0JaizeimaeV0Pha", defaultresolution: 80, - resolutions: [ 46, 47, 57, 80, 420 ] + resolutions: [ 46, 47, 57, 80, 420, 800 ] }, gr13: { servicePort: 3896, jwtsecret: "woo1jagh3um1yee9ong8aeM4Uedies0JaizeimaeV0Pha", - outputDir: "/var/opt/out", + outputDir: "/tmp/out", defaultresolution: 80, - resolutions: [ 46, 47, 57, 80, 420 ] + resolutions: [ 46, 47, 57, 80, 420, 800 ] } };