From 199aba5672e3d480e11a78f6daaf8e1ba31d332d Mon Sep 17 00:00:00 2001 From: klinya Date: Wed, 23 Apr 2025 01:36:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20conf/GameConf.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/GameConf.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/GameConf.ts b/conf/GameConf.ts index 144490f..60dd890 100644 --- a/conf/GameConf.ts +++ b/conf/GameConf.ts @@ -21,17 +21,17 @@ export default class GameConf { // 本地地址 static local_ip: string = "127.0.0.1"; // 外网地址 - static outer_ip: string = "127.0.0.1"; + static outer_ip: string = "117.187.233.158"; // 数据库连接地址 xy-moyec.mysql.polardb.rds.aliyuncs.com static db_ip: string = "127.0.0.1"; // 充值地址 static charge_url: string = "127.0.0.1"; // 数据库帐号 - static db_user: string = "root"; + static db_user: string = "xgag"; // 数据库密码 dglqaz - static db_pwd: string = "123456"; + static db_pwd: string = "xgag"; // 数据库名称 - static db_name: string = "xy_ga"; + static db_name: string = "xgag"; // 数据库端口 static db_port: number = 3306; // 网关数据库接口