api
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# 数据库配置
|
# 数据库配置
|
||||||
DB_HOST=110.42.255.239
|
DB_HOST=donghy.top
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
DB_USER=admin
|
DB_USER=admin
|
||||||
DB_PASSWORD=Admin@123
|
DB_PASSWORD=Admin@123
|
||||||
@@ -13,4 +13,4 @@ DASHSCOPE_API_KEY=sk-7f5d6f370f824f2ab76480c01bb00d40
|
|||||||
PORT=3006
|
PORT=3006
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
CORS_ORIGIN=*
|
CORS_ORIGIN=*
|
||||||
BASE_URL=http://110.42.255.239:3006
|
BASE_URL=https://donghy.top
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ const path = require('path')
|
|||||||
require('dotenv').config({ path: path.join(__dirname, '.env') })
|
require('dotenv').config({ path: path.join(__dirname, '.env') })
|
||||||
|
|
||||||
const CONFIG = {
|
const CONFIG = {
|
||||||
host: '110.42.255.239',
|
host: 'donghy.top',
|
||||||
port: 3306,
|
port: 3306,
|
||||||
user: 'root',
|
user: 'root',
|
||||||
password: 'Wentian9588.',
|
password: 'Wentian9588.',
|
||||||
|
|||||||
Reference in New Issue
Block a user