From bb6eaff7751ba3c3d9ba5c71f1689ef415ec3af6 Mon Sep 17 00:00:00 2001 From: selfrelease Date: Wed, 15 Jul 2026 14:19:17 +0800 Subject: [PATCH] =?UTF-8?q?deploy:=202026-07-15=2014:19=20=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 3a086a7..e904a89 100644 --- a/deploy.sh +++ b/deploy.sh @@ -13,7 +13,7 @@ REMOTE_DEMO="${REMOTE_PATH}/demo" # 数据库连接参数 DB_DSN="host=127.0.0.1 port=5432 dbname=wxchat_sales user=postgres password=Why_701208" -DB_ENV="DB_HOST=127.0.0.1 DB_PORT=5432 DB_USER=postgres DB_PASSWORD=Why_701208 DB_NAME=wxchat_sales" +DB_ENV="DB_HOST=127.0.0.1 DB_PORT=5432 DB_USER=postgres DB_PASSWORD=Why_701208 DB_NAME=wxchat_sales DASHSCOPE_API_KEY=sk-c0c5174892c44ff48d587cd040fbdd40" echo "==========================================" echo " 微信销售管理系统 - 远程部署"