From b0a175987a802ca19287719c2b0434256dfdab01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E6=B5=B7=E6=B4=8B?= Date: Fri, 5 Jun 2026 19:24:25 +0800 Subject: [PATCH] api --- .env | 4 ++-- run_schema.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 6020949..470b59d 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # 数据库配置 -DB_HOST=110.42.255.239 +DB_HOST=donghy.top DB_PORT=3306 DB_USER=admin DB_PASSWORD=Admin@123 @@ -13,4 +13,4 @@ DASHSCOPE_API_KEY=sk-7f5d6f370f824f2ab76480c01bb00d40 PORT=3006 NODE_ENV=development CORS_ORIGIN=* -BASE_URL=http://110.42.255.239:3006 +BASE_URL=https://donghy.top diff --git a/run_schema.js b/run_schema.js index 7f41e7f..873c082 100644 --- a/run_schema.js +++ b/run_schema.js @@ -7,7 +7,7 @@ const path = require('path') require('dotenv').config({ path: path.join(__dirname, '.env') }) const CONFIG = { - host: '110.42.255.239', + host: 'donghy.top', port: 3306, user: 'root', password: 'Wentian9588.',