更新 conf/GameConf.ts

This commit is contained in:
klinya 2025-04-23 01:51:18 +00:00
parent 86d1a55828
commit 33ececf848

View File

@ -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;
// 网关数据库接口