From 63b0f4a1d6344c4ec383f28713be778c7677003f Mon Sep 17 00:00:00 2001 From: initialencounter <2911583893@qq.com> Date: Mon, 20 May 2024 23:56:12 +0800 Subject: [PATCH] fix: config --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7612d54..9a8470a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -58,7 +58,7 @@ cat < $CONFIG_PATH "port": ${HTTP_PORT}, "secret": "$HTTP_SECRET", "enableHeart": ${HTTP_HEART_ENABLE}, - "enablePost": ${HTTP_POST_ENABLE},, + "enablePost": ${HTTP_POST_ENABLE}, "postUrls": $HTTP_URLS }, "ws": {