From 0074c3e3561d2434888d53a747dfc25060c74b90 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 31 Oct 2024 09:20:25 +0100 Subject: [PATCH] bitwarden --- mqtt_srv.cfg | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/mqtt_srv.cfg b/mqtt_srv.cfg index 8d97c14..ee04ecf 100644 --- a/mqtt_srv.cfg +++ b/mqtt_srv.cfg @@ -1,13 +1,14 @@ -{"global": - { - "mykey": "prod/v1/install/" - }, -"morefine": - { - "right": ["HDMI-A-0", "1920x1080"], - "tleft": ["DisplayPort-6", "1920x1080"], - "tright": ["DisplayPort-8", "1920x1080"], - "left": ["DisplayPort-7", "2560x1440"], - "mid": ["DisplayPort-0", "3440x1440"] - } +{ + "global": + { + "mykey": "prod/v1/install/" + }, + "morefine": + { + "right": ["HDMI-A-0", "1920x1080"], + "tleft": ["DisplayPort-9", "1920x1080"], + "tright": ["DisplayPort-11", "1920x1080"], + "left": ["DisplayPort-10", "2560x1440"], + "mid": ["DisplayPort-0", "3440x1440"] + } } \ No newline at end of file