From dfef67850a9e6aea958e10ae35659c955fdafdc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 26 Jul 2024 22:52:47 +0800 Subject: [PATCH] fix --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index c8e493b..2c560f8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -70,6 +70,10 @@ cat < $CONFIG_PATH "enable": ${WSR_ENABLE}, "urls": $WS_URLS }, + "GroupLocalTime":{ + Record: false, + RecordList: [] + } "debug": ${DEBUG_ENABLE}, "heartInterval": ${HEART_INTERVAL}, "messagePostFormat": "$MESSAGE_POST_FORMAT",