From e2ffce90d3199ec0b99ea8cfc01c10e6b2e05113 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Mon, 6 Jul 2026 16:45:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(deploy):=20PANGOLIN=5FPUBLIC=5FURL=20?= =?UTF-8?q?=E6=94=B9=20https://api.yanmeiai.com(=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E8=A7=84=E5=88=99=E9=9B=86=E8=B5=B0=E9=9A=A7=E9=81=93?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_013nMthbVEmQquxBRKb9Fj8u --- deploy/single-node/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/single-node/deploy.sh b/deploy/single-node/deploy.sh index 4faa6ae..6c88549 100755 --- a/deploy/single-node/deploy.sh +++ b/deploy/single-node/deploy.sh @@ -175,7 +175,7 @@ CA_KEY_PATH=$ETC/ca.key CA_CERT_PATH=$ETC/ca.crt GRPC_CERT_PATH=$ETC/grpc.crt GRPC_KEY_PATH=$ETC/grpc.key -PANGOLIN_PUBLIC_URL=http://$VPS_IP:$HTTP_PORT +PANGOLIN_PUBLIC_URL=https://api.yanmeiai.com PANGOLIN_RULES_DIR=$DATA_DIR/rules EOF if [ -n "${SMTP_HOST:-}" ]; then