From 33ececf848208b1cabe7981e8a6372aef0331387 Mon Sep 17 00:00:00 2001 From: klinya Date: Wed, 23 Apr 2025 01:51:18 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/GameConf.ts b/conf/GameConf.ts index 60dd890..4a73609 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 = "117.187.233.158"; + static outer_ip: string = "127.0.0.1"; // 数据库连接地址 xy-moyec.mysql.polardb.rds.aliyuncs.com - static db_ip: string = "127.0.0.1"; + static db_ip: string = "117.187.233.158"; // 充值地址 static charge_url: string = "127.0.0.1"; // 数据库帐号 - static db_user: string = "xgag"; + static db_user: string = "xydemo"; // 数据库密码 dglqaz - static db_pwd: string = "xgag"; + static db_pwd: string = "xydemo"; // 数据库名称 - static db_name: string = "xgag"; + static db_name: string = "xydemo"; // 数据库端口 static db_port: number = 3306; // 网关数据库接口