This commit is contained in:
董海洋
2026-06-05 19:24:25 +08:00
parent 90736fa34f
commit b0a175987a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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.',