更新 conf/GameConf.ts

This commit is contained in:
klinya 2025-04-23 01:36:01 +00:00
parent 258556a5af
commit 199aba5672

View File

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